[llvm-commits] [llvm] r46396 - in /llvm/trunk/test/CodeGen/PowerPC: 2008-01-25-EmptyFunction.c 2008-01-25-EmptyFunction.ll
Bill Wendling
isanbard at gmail.com
Fri Jan 25 22:53:40 PST 2008
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;
-}
More information about the llvm-commits
mailing list