Author: void Date: Sat Jan 26 00:53:40 2008 New Revision: 46396 URL: http://llvm.org/viewvc/llvm-project?rev=46396&view=rev Log: Rename the .c to .ll
Added: llvm/trunk/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll - copied unchanged from r46395, llvm/trunk/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.c Removed: llvm/trunk/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.c Removed: llvm/trunk/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.c URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.c?rev=46395&view=auto ============================================================================== --- llvm/trunk/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.c (original) +++ llvm/trunk/test/CodeGen/PowerPC/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