summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-02 22:36:29 +0000
committerChris Lattner <sabre@nondot.org>2010-02-02 22:36:29 +0000
commit73051044fd155494be1c31764eb74f1b8c456db0 (patch)
tree16387846c049cbffd14ae4fa1b7d933d8ff3a723 /llvm/test
parent919b97436e1d6172f2c2345bf5223af456ad4c61 (diff)
downloadbcm5719-llvm-73051044fd155494be1c31764eb74f1b8c456db0.tar.gz
bcm5719-llvm-73051044fd155494be1c31764eb74f1b8c456db0.zip
remove the # TAILCALL markers, which was causing the to fail.
It's unclear if the matcher is nondeterminstic of what here, but I'm getting matches without TAILCALL and some other hosts are getting matches with it. llvm-svn: 95149
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s31
1 files changed, 15 insertions, 16 deletions
diff --git a/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s b/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s
index 8914cb88b96..f610b13c686 100644
--- a/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s
+++ b/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s
@@ -3,8 +3,7 @@
// will not yet encode correctly. The subset that will encode correctly are in
// the file x86_32-bit.s .
-// RUN: true
-// llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
+// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
// CHECK: movb $127, 3735928559(%ebx,%ecx,8)
movb $0x7f,0xdeadbeef(%ebx,%ecx,8)
@@ -1263,46 +1262,46 @@
// CHECK: lcallw *32493
lcallw *0x7eed
-// CHECK: jmp 32493 # TAILCALL
+// CHECK: jmp 32493
jmp 0x7eed
-// CHECK: jmp 3133065982 # TAILCALL
+// CHECK: jmp 3133065982
jmp 0xbabecafe
-// CHECK: jmp 305419896 # TAILCALL
+// CHECK: jmp 305419896
jmp 0x12345678
-// CHECK: jmp -77129852792157442 # TAILCALL
+// 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 # TAILCALL
+// CHECK: jmp 32493
jmp 0x7eed
-// CHECK: jmp 3133065982 # TAILCALL
+// CHECK: jmp 3133065982
jmp 0xbabecafe
-// CHECK: jmp 305419896 # TAILCALL
+// 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 # TAILCALL
+// CHECK: jmp 32493
jmp 0x7eed
-// CHECK: jmp 3133065982 # TAILCALL
+// CHECK: jmp 3133065982
jmp 0xbabecafe
-// CHECK: jmp 305419896 # TAILCALL
+// CHECK: jmp 305419896
jmp 0x12345678
-// CHECK: jmp *3135175374 # TAILCALL
+// CHECK: jmp *3135175374
jmp *0xbadeface
// CHECK: ljmpl *3735928559(%ebx,%ecx,8)
OpenPOWER on IntegriCloud