diff options
author | Nico Weber <nicolasweber@gmx.de> | 2016-09-12 21:40:50 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2016-09-12 21:40:50 +0000 |
commit | 7c31d0ebc0de04b8f94e5c142ed3354ba7825d33 (patch) | |
tree | 5e16f5f609958781ee825ba37a2f4d20cd782cd1 /llvm/test/CodeGen/ARM/call-tc.ll | |
parent | 8ad01c303e4980e81ff00c7ec693924613c9cc32 (diff) | |
download | bcm5719-llvm-7c31d0ebc0de04b8f94e5c142ed3354ba7825d33.tar.gz bcm5719-llvm-7c31d0ebc0de04b8f94e5c142ed3354ba7825d33.zip |
Revert r281215, it caused PR30358.
llvm-svn: 281263
Diffstat (limited to 'llvm/test/CodeGen/ARM/call-tc.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/call-tc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/call-tc.ll b/llvm/test/CodeGen/ARM/call-tc.ll index c5cfb9def33..2277a585336 100644 --- a/llvm/test/CodeGen/ARM/call-tc.ll +++ b/llvm/test/CodeGen/ARM/call-tc.ll @@ -120,7 +120,7 @@ if.end: ; preds = %entry br i1 %tobool2, label %if.end5, label %if.then3 if.then3: ; preds = %if.end -; CHECKT2D: bmi.w _b +; CHECKT2D: bne.w _b %call4 = tail call i32 @b(i32 %x) nounwind br label %return |