mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Fix a silly mistake in r130338.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130360 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -251,3 +251,12 @@ entry:
|
||||
; CHECK: callq _test20sret
|
||||
}
|
||||
declare void @test20sret(%struct.a* sret)
|
||||
|
||||
; Check that -0.0 is not materialized using pxor
|
||||
define void @test21(double* %p1) {
|
||||
store double -0.0, double* %p1
|
||||
ret void
|
||||
; CHECK: test21:
|
||||
; CHECK-NOT: pxor
|
||||
; CHECK: movsd LCPI
|
||||
}
|
||||
|
Reference in New Issue
Block a user