mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Some targets don't prefix private symbols with dot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213042 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f51bbb84ed
commit
0ff9c3a3ae
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user