[llvm-commits] [llvm] r95827 - /llvm/trunk/test/MC/AsmParser/X86/x86_32-bit_cat.s

Kevin Enderby enderby at apple.com
Wed Feb 10 16:18:12 PST 2010


Author: enderby
Date: Wed Feb 10 18:18:12 2010
New Revision: 95827

URL: http://llvm.org/viewvc/llvm-project?rev=95827&view=rev
Log:
Remove the few # TAILCALL comments that snuck in.  As they may fail on linux.

Modified:
    llvm/trunk/test/MC/AsmParser/X86/x86_32-bit_cat.s

Modified: llvm/trunk/test/MC/AsmParser/X86/x86_32-bit_cat.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/X86/x86_32-bit_cat.s?rev=95827&r1=95826&r2=95827&view=diff

==============================================================================
--- llvm/trunk/test/MC/AsmParser/X86/x86_32-bit_cat.s (original)
+++ llvm/trunk/test/MC/AsmParser/X86/x86_32-bit_cat.s Wed Feb 10 18:18:12 2010
@@ -1316,7 +1316,7 @@
 // CHECK: 	jmp	-77129852792157442
         	jmp	0xfeedfacebabecafe
 
-// CHECK: 	jmp	*3735928559(%ebx,%ecx,8)  # TAILCALL
+// CHECK: 	jmp	*3735928559(%ebx,%ecx,8)
         	jmp	*0xdeadbeef(%ebx,%ecx,8)
 
 // CHECK: 	jmp	32493
@@ -1328,10 +1328,10 @@
 // CHECK: 	jmp	305419896
         	jmp	0x12345678
 
-// CHECK: 	jmp	*3135175374  # TAILCALL
+// CHECK: 	jmp	*3135175374
         	jmp	*0xbadeface
 
-// CHECK: 	jmp	*3735928559(%ebx,%ecx,8)  # TAILCALL
+// CHECK: 	jmp	*3735928559(%ebx,%ecx,8)
         	jmp	*0xdeadbeef(%ebx,%ecx,8)
 
 // CHECK: 	jmp	32493
@@ -1343,7 +1343,7 @@
 // CHECK: 	jmp	305419896
         	jmp	0x12345678
 
-// CHECK: 	jmp	*3135175374  # TAILCALL
+// CHECK: 	jmp	*3135175374
         	jmp	*0xbadeface
 
 // CHECK: 	ljmpl	*3735928559(%ebx,%ecx,8)





More information about the llvm-commits mailing list