[llvm-commits] [llvm] r46395 - in /llvm/trunk/test: CFrontend/2008-01-25-EmptyFunction.c CodeGen/PowerPC/2008-01-25-EmptyFunction.c
Bill Wendling
isanbard at gmail.com
Fri Jan 25 22:53:06 PST 2008
Author: void
Date: Sat Jan 26 00:53:06 2008
New Revision: 46395
URL: http://llvm.org/viewvc/llvm-project?rev=46395&view=rev
Log:
Move testcase to the code gen directory.
Added:
llvm/trunk/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.c
- copied unchanged from r46390, llvm/trunk/test/CFrontend/2008-01-25-EmptyFunction.c
Removed:
llvm/trunk/test/CFrontend/2008-01-25-EmptyFunction.c
Removed: llvm/trunk/test/CFrontend/2008-01-25-EmptyFunction.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CFrontend/2008-01-25-EmptyFunction.c?rev=46394&view=auto
==============================================================================
--- llvm/trunk/test/CFrontend/2008-01-25-EmptyFunction.c (original)
+++ llvm/trunk/test/CFrontend/2008-01-25-EmptyFunction.c (removed)
@@ -1,7 +0,0 @@
-// RUN: %llvmgcc -O2 -S -o - -emit-llvm %s | grep llvm.trap
-// RUN: %llvmgcc -O2 -S -o - -emit-llvm %s | grep unreachable
-
-void bork() {
- int *address = 0;
- *address = 0;
-}
More information about the llvm-commits
mailing list