[llvm-commits] [llvm] r61550 - in /llvm/trunk/test/CodeGen/PowerPC: 2008-12-12-EH.ll 20081212.ll
Chris Lattner
sabre at nondot.org
Thu Jan 1 17:52:37 PST 2009
Author: lattner
Date: Thu Jan 1 19:52:35 2009
New Revision: 61550
URL: http://llvm.org/viewvc/llvm-project?rev=61550&view=rev
Log:
rename a file to follow naming conventions.
Added:
llvm/trunk/test/CodeGen/PowerPC/2008-12-12-EH.ll
- copied unchanged from r61517, llvm/trunk/test/CodeGen/PowerPC/20081212.ll
Removed:
llvm/trunk/test/CodeGen/PowerPC/20081212.ll
Removed: llvm/trunk/test/CodeGen/PowerPC/20081212.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/20081212.ll?rev=61549&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/20081212.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/20081212.ll (removed)
@@ -1,10 +0,0 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | grep ^.L_Z1fv.eh
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
-
-define void @_Z1fv() {
-entry:
- br label %return
-
-return:
- ret void
-}
More information about the llvm-commits
mailing list