diff options
author | David Majnemer <david.majnemer@gmail.com> | 2014-07-15 03:00:41 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2014-07-15 03:00:41 +0000 |
commit | e0ae47f06cdbdf1e257fa3d2237edaa8c90e51f5 (patch) | |
tree | 449a8f6bad7b722ce8dfbfd1349009adb8a79bd0 /llvm/test/CodeGen/X86 | |
parent | 1d8fe265f5f0b8af2ec24295cfe7137ebc2a6a3c (diff) | |
download | bcm5719-llvm-e0ae47f06cdbdf1e257fa3d2237edaa8c90e51f5.tar.gz bcm5719-llvm-e0ae47f06cdbdf1e257fa3d2237edaa8c90e51f5.zip |
Some targets don't prefix private symbols with dot
llvm-svn: 213042
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll b/llvm/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll index 13d0bb61184..35857b7e01e 100644 --- a/llvm/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll +++ b/llvm/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s -; CHECK: xorpd {{.LCPI0_0|__xmm@}} +; CHECK: xorpd {{.*}}{{LCPI0_0|__xmm@}} define void @casin({ double, double }* sret %agg.result, double %z.0, double %z.1) nounwind { entry: %memtmp = alloca { double, double }, align 8 ; <{ double, double }*> [#uses=3] |