From 2e50cec5e36314f2d7c8c3c841d81b9c9e79ba6b Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Thu, 17 May 2018 03:24:25 +0000 Subject: [PATCH] [Thumb2] fix typo in test from r332548 llvm-svn: 332569 --- llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll b/llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll index 6f1a7f0f3dcf..3a22c4a20943 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 }