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;
-}


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to