blob: 0f6b24d5d9f9c830acfb9e456c3b0215a70c3810 [file] [log] [blame]
Reid Spencer868cdb22007-03-19 18:41:37 +00001; PR 1258
Chandler Carruth563add92012-07-02 12:23:19 +00002; RUN: not llvm-as < %s >/dev/null 2> %t
3; RUN: grep "'%0' defined with type 'i1'" %t
Reid Spencer868cdb22007-03-19 18:41:37 +00004
5define i32 @test1(i32 %a, i32 %b) {
6entry:
7 icmp eq i32 %b, %a ; <i1>:0 [#uses=1]
8 zext i1 %0 to i32 ; <i32>:0 [#uses=1]
9 ret i32 %0 ; Invalid Type for %0
10}