mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Revert r144611 and r144613.
These tests are actually correct, clang was miscompiling ExeDepsFix::processUses. Evan fixed the miscompilation in r144628. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144630 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -38,7 +38,7 @@ target triple = "x86_64-apple-darwin10.0.0"
|
||||
; CHECK-NEXT: jns LBB0_2
|
||||
; CHECK: cvtsi2ss
|
||||
; CHECK: LBB0_2
|
||||
; CHECK: cvtsi2ss
|
||||
; CHECK-NEXT: cvtsi2ss
|
||||
define float @test(i64 %a) {
|
||||
entry:
|
||||
%b = uitofp i64 %a to float
|
||||
|
Reference in New Issue
Block a user