aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-02-28 19:18:59 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-02-28 19:18:59 +0000
commitbafd516d3ea1204cdd0dff1765d47d11a99efd83 (patch)
tree625b899b8e6bf88195f417d8f5489939f305fbbe /test/CodeGen
parentc4db4e5105ccd82df19f141957511f735a9be2d0 (diff)
downloadexternal_llvm-bafd516d3ea1204cdd0dff1765d47d11a99efd83.zip
external_llvm-bafd516d3ea1204cdd0dff1765d47d11a99efd83.tar.gz
external_llvm-bafd516d3ea1204cdd0dff1765d47d11a99efd83.tar.bz2
Fix typo introduced by r126661: "Fix a typo which ..."
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126666 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/ARM/fcopysign.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fcopysign.ll b/test/CodeGen/ARM/fcopysign.ll
index 11b96b8..9e94e39 100644
--- 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