summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2018-05-17 03:24:25 +0000
committerSanjay Patel <spatel@rotateright.com>2018-05-17 03:24:25 +0000
commit2e50cec5e36314f2d7c8c3c841d81b9c9e79ba6b (patch)
treed34939e108798124554004ab71941e48c40943a3
parent610e0fd5d54c66290f3b5c02376a105b3eb8a29a (diff)
downloadbcm5719-llvm-2e50cec5e36314f2d7c8c3c841d81b9c9e79ba6b.tar.gz
bcm5719-llvm-2e50cec5e36314f2d7c8c3c841d81b9c9e79ba6b.zip
[Thumb2] fix typo in test from r332548
llvm-svn: 332569
-rw-r--r--llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll b/llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
index 6f1a7f0f3dc..3a22c4a2094 100644
--- a/llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
+++ b/llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
@@ -68,6 +68,6 @@ bb8: ; preds = %bb8, %bb7
br i1 %34, label %bb8, label %bb9
bb9: ; preds = %bb8
- %35 = fadd float 0.000000e+00, %34
+ %35 = fadd float 0.000000e+00, %33
br label %bb7
}
OpenPOWER on IntegriCloud