diff options
author | Sanjay Patel <spatel@rotateright.com> | 2018-05-17 03:24:25 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2018-05-17 03:24:25 +0000 |
commit | 2e50cec5e36314f2d7c8c3c841d81b9c9e79ba6b (patch) | |
tree | d34939e108798124554004ab71941e48c40943a3 | |
parent | 610e0fd5d54c66290f3b5c02376a105b3eb8a29a (diff) | |
download | bcm5719-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.ll | 2 |
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 } |