1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Fix typo introduced by r126661: "Fix a typo which ..."

llvm-svn: 126666
This commit is contained in:
Jakob Stoklund Olesen 2011-02-28 19:18:59 +00:00
parent 3bc73b0ae9
commit 2bec7738eb

View File

@ -46,7 +46,7 @@ entry:
; SOFT: test4:
; SOFT: vcvt.f32.f64 s0,
; SOFT: vmov.i32 [[REG4:(d[0-9]+)]], #0x80000000
; SOFT: vbic [[REG5:(d[0-9]+))], d0, [[REG4]]
; SOFT: vbic [[REG5:(d[0-9]+)]], d0, [[REG4]]
; SOFT: vorr d0, [[REG4]], [[REG5]]
%call80 = tail call double @copysign(double 1.000000e+00, double undef)
%conv81 = fptrunc double %call80 to float