this test is now compiled into the right thing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-01-28 17:38:46 +00:00
parent 095765e26d
commit 349c72a35d

View File

@ -1,5 +1,6 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep zext
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {icmp ugt}
; PR1107
; PR1940
define i1 @test(i8 %A, i8 %B) {
%a = zext i8 %A to i32