summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-11-30 09:23:54 +0000
committerEric Christopher <echristo@apple.com>2010-11-30 09:23:54 +0000
commit8e9fbcf0f02ebbffac529f88cbba2bbd4d672da7 (patch)
tree1086ffea492b9ddd453db9747584f1a0c5721aa2 /llvm
parent3a8ae233137f3cf16e6a17cba6d0d24451f5735f (diff)
downloadbcm5719-llvm-8e9fbcf0f02ebbffac529f88cbba2bbd4d672da7.tar.gz
bcm5719-llvm-8e9fbcf0f02ebbffac529f88cbba2bbd4d672da7.zip
Not all platforms use _<func>. Duh.
llvm-svn: 120418
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/apm.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/apm.ll b/llvm/test/CodeGen/X86/apm.ll
index b112185ae78..d0c64f24338 100644
--- a/llvm/test/CodeGen/X86/apm.ll
+++ b/llvm/test/CodeGen/X86/apm.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -o - -march=x86-64 | FileCheck %s
; PR8573
-; CHECK: _foo:
+; CHECK: foo:
; CHECK: leaq (%rdi), %rax
; CHECK-NEXT: movl %esi, %ecx
; CHECK-NEXT: monitor
@@ -13,7 +13,7 @@ entry:
declare void @llvm.x86.sse3.monitor(i8*, i32, i32) nounwind
-; CHECK: _bar:
+; CHECK: bar:
; CHECK: movl %edi, %ecx
; CHECK-NEXT: movl %esi, %eax
; CHECK-NEXT: mwait
OpenPOWER on IntegriCloud