summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-03-30 23:12:48 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-03-30 23:12:48 +0000
commit19aa6f72a097c50db308e60c7dc934e693f44a5f (patch)
tree3850f77c63509d7a6b11b5a93f232862818d6730
parentc263b42d0d9aeeacfe426291fcb151427e73144e (diff)
downloadbcm5719-llvm-19aa6f72a097c50db308e60c7dc934e693f44a5f.tar.gz
bcm5719-llvm-19aa6f72a097c50db308e60c7dc934e693f44a5f.zip
Not all platforms start symbols with _
llvm-svn: 99959
-rw-r--r--llvm/test/CodeGen/X86/dagcombine-buildvector.ll4
-rw-r--r--llvm/test/CodeGen/X86/sse-align-12.ll8
2 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/X86/dagcombine-buildvector.ll b/llvm/test/CodeGen/X86/dagcombine-buildvector.ll
index 2264dc870a7..5cc6eaa405a 100644
--- a/llvm/test/CodeGen/X86/dagcombine-buildvector.ll
+++ b/llvm/test/CodeGen/X86/dagcombine-buildvector.ll
@@ -3,7 +3,7 @@
; Shows a dag combine bug that will generate an illegal build vector
; with v2i64 build_vector i32, i32.
-; CHECK: _test:
+; CHECK: test:
; CHECK: unpcklpd
; CHECK: movapd
define void @test(<2 x double>* %dst, <4 x double> %src) nounwind {
@@ -13,7 +13,7 @@ entry:
ret void
}
-; CHECK: _test2:
+; CHECK: test2:
; CHECK: movdqa
define void @test2(<4 x i16>* %src, <4 x i32>* %dest) nounwind {
entry:
diff --git a/llvm/test/CodeGen/X86/sse-align-12.ll b/llvm/test/CodeGen/X86/sse-align-12.ll
index b31a02eea29..118e393b7ba 100644
--- a/llvm/test/CodeGen/X86/sse-align-12.ll
+++ b/llvm/test/CodeGen/X86/sse-align-12.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86-64 | FileCheck %s
-; CHECK: _a:
+; CHECK: a:
; CHECK: movdqu
; CHECK: pshufd
define <4 x float> @a(<4 x float>* %y) nounwind {
@@ -16,7 +16,7 @@ define <4 x float> @a(<4 x float>* %y) nounwind {
ret <4 x float> %s
}
-; CHECK: _b:
+; CHECK: b:
; CHECK: movups
; CHECK: unpckhps
define <4 x float> @b(<4 x float>* %y, <4 x float> %z) nounwind {
@@ -32,7 +32,7 @@ define <4 x float> @b(<4 x float>* %y, <4 x float> %z) nounwind {
ret <4 x float> %s
}
-; CHECK: _c:
+; CHECK: c:
; CHECK: movupd
; CHECK: shufpd
define <2 x double> @c(<2 x double>* %y) nounwind {
@@ -44,7 +44,7 @@ define <2 x double> @c(<2 x double>* %y) nounwind {
ret <2 x double> %r
}
-; CHECK: _d:
+; CHECK: d:
; CHECK: movupd
; CHECK: unpckhpd
define <2 x double> @d(<2 x double>* %y, <2 x double> %z) nounwind {
OpenPOWER on IntegriCloud