[llvm] r213042 - Some targets don't prefix private symbols with dot

David Majnemer david.majnemer at gmail.com
Mon Jul 14 20:00:41 PDT 2014


Author: majnemer
Date: Mon Jul 14 22:00:41 2014
New Revision: 213042

URL: http://llvm.org/viewvc/llvm-project?rev=213042&view=rev
Log:
Some targets don't prefix private symbols with dot

Modified:
    llvm/trunk/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll

Modified: llvm/trunk/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll?rev=213042&r1=213041&r2=213042&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll Mon Jul 14 22:00:41 2014
@@ -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]





More information about the llvm-commits mailing list