[llvm-commits] [llvm] r76197 - in /llvm/trunk/test/CodeGen/X86: 2008-12-12-PrivateEHSymbol.ll 20081212.ll

Chris Lattner sabre at nondot.org
Fri Jul 17 11:05:55 PDT 2009


Author: lattner
Date: Fri Jul 17 13:05:55 2009
New Revision: 76197

URL: http://llvm.org/viewvc/llvm-project?rev=76197&view=rev
Log:
rename test.

Added:
    llvm/trunk/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
      - copied unchanged from r76177, llvm/trunk/test/CodeGen/X86/20081212.ll
Removed:
    llvm/trunk/test/CodeGen/X86/20081212.ll

Removed: llvm/trunk/test/CodeGen/X86/20081212.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/20081212.ll?rev=76196&view=auto

==============================================================================
--- llvm/trunk/test/CodeGen/X86/20081212.ll (original)
+++ llvm/trunk/test/CodeGen/X86/20081212.ll (removed)
@@ -1,12 +0,0 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=x86_64-unknown-linux-gnu | grep ^.L_Z1fv.eh
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-unknown-linux-gnu | grep ^.L_Z1fv.eh
-; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=-mtriple=x86_64-apple-darwin9 | grep ^__Z1fv.eh
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=-mtriple=i386-apple-darwin9 | grep ^__Z1fv.eh
-
-define void @_Z1fv() {
-entry:
-	br label %return
-
-return:
-	ret void
-}





More information about the llvm-commits mailing list