diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-03-09 18:25:40 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-03-09 18:25:40 +0000 |
commit | 1cb47b9afe77231d6b87b8445dfec475fb5e59cd (patch) | |
tree | 122050cf09fc5ff22ed59e65b40a82e4cf5bfc76 /test/CodeGen/ARM/call-tc.ll | |
parent | 64bf55af6f3cc6c6db985d3840547b5869e57222 (diff) | |
download | external_llvm-1cb47b9afe77231d6b87b8445dfec475fb5e59cd.zip external_llvm-1cb47b9afe77231d6b87b8445dfec475fb5e59cd.tar.gz external_llvm-1cb47b9afe77231d6b87b8445dfec475fb5e59cd.tar.bz2 |
Test case hygiene.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/call-tc.ll')
-rw-r--r-- | test/CodeGen/ARM/call-tc.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/call-tc.ll b/test/CodeGen/ARM/call-tc.ll index 94edff5..58fbbda 100644 --- a/test/CodeGen/ARM/call-tc.ll +++ b/test/CodeGen/ARM/call-tc.ll @@ -103,7 +103,6 @@ define i32 @t8(i32 %x) nounwind ssp { entry: ; CHECKT2D: t8: ; CHECKT2D-NOT: push -; CHECKT2D-NOT %and = and i32 %x, 1 %tobool = icmp eq i32 %and, 0 br i1 %tobool, label %if.end, label %if.then |