blob: 8c25989d21a3a9a7c1dac01ce3dbf7f2777546e7 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; Test Case for PR1080
Gabor Greifafb4e8c2008-05-20 22:07:21 +00002; RUN: llvm-as %s -o /dev/null -f
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003
Tanya Lattnerfc984402008-02-16 23:27:24 +00004@str = internal constant [4 x i8] c"-ga\00" ; <[4 x i8]*> [#uses=2]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005
Tanya Lattnerfc984402008-02-16 23:27:24 +00006define i32 @main(i32 %argc, i8** %argv) {
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007entry:
Tanya Lattnerfc984402008-02-16 23:27:24 +00008 %tmp65 = getelementptr i8** %argv, i32 1 ; <i8**> [#uses=1]
9 %tmp66 = load i8** %tmp65 ; <i8*> [#uses=0]
10 br i1 icmp ne (i32 sub (i32 ptrtoint (i8* getelementptr ([4 x i8]* @str, i32 0, i64 1) to i32), i32 ptrtoint ([4 x i8]* @str to i32)), i32 1), label %exit_1, label %exit_2
Dan Gohmanf17a25c2007-07-18 16:29:46 +000011
Tanya Lattnerfc984402008-02-16 23:27:24 +000012exit_1: ; preds = %entry
13 ret i32 0
14
15exit_2: ; preds = %entry
16 ret i32 1
Dan Gohmanf17a25c2007-07-18 16:29:46 +000017}
Tanya Lattnerfc984402008-02-16 23:27:24 +000018