projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4db4e5
)
Fix typo introduced by r126661: "Fix a typo which ..."
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Mon, 28 Feb 2011 19:18:59 +0000
(19:18 +0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Mon, 28 Feb 2011 19:18:59 +0000
(19:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126666
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/fcopysign.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/fcopysign.ll
b/test/CodeGen/ARM/fcopysign.ll
index 11b96b85709d48ffd766813fe65e4a6331b3df1d..9e94e3976cea81a84fe2d13dba5e567110258f70 100644
(file)
--- a/
test/CodeGen/ARM/fcopysign.ll
+++ b/
test/CodeGen/ARM/fcopysign.ll
@@
-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