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 | b5d28ce157a2a8f5910c4ea8abe97045b3748f50 (patch) | |
tree | 1103921d7cbb2c484ad7cafb0165ff60e0b5740d /test | |
parent | a9266210158bb169259afc51714928c6251f3d9e (diff) | |
download | external_llvm-b5d28ce157a2a8f5910c4ea8abe97045b3748f50.zip external_llvm-b5d28ce157a2a8f5910c4ea8abe97045b3748f50.tar.gz external_llvm-b5d28ce157a2a8f5910c4ea8abe97045b3748f50.tar.bz2 |
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')
-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 f8f7c44..fa0322a 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){ |