diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-05 21:16:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-05 21:16:30 +0000 |
commit | 464dc8180318b18f71ed47acef091cd0839e36f7 (patch) | |
tree | 1103921d7cbb2c484ad7cafb0165ff60e0b5740d /test/Transforms/InstCombine/sub.ll | |
parent | 771150accba7ab3480746a451710ac81f950fac2 (diff) |
just remove this xform which is subsumed by others.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/sub.ll')
-rw-r--r-- | test/Transforms/InstCombine/sub.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/sub.ll b/test/Transforms/InstCombine/sub.ll index f8f7c447fa..fa0322a44e 100644 --- a/test/Transforms/InstCombine/sub.ll +++ b/test/Transforms/InstCombine/sub.ll @@ -223,8 +223,8 @@ define i32 @test23(i8* %P, i64 %A){ %G = sub i32 %D, %F ret i32 %G ; CHECK: @test23 -; CHECK: %A1 = trunc i64 %A to i32 -; CHECK: ret i32 %A1 +; CHECK-NEXT: = trunc i64 %A to i32 +; CHECK-NEXT: ret i32 } define i64 @test24(i8* %P, i64 %A){ |