1 ; RUN: llc < %s -mtriple=i686-- -asm-verbose | FileCheck %s
3 @str = internal constant [14 x i8] c"Hello world!\0A\00" ; <ptr> [#uses=1]
4 @str.upgrd.1 = internal constant [13 x i8] c"Blah world!\0A\00" ; <ptr> [#uses=1]
6 define i32 @test(i32 %argc, ptr %argv) nounwind {
12 switch i32 %argc, label %UnifiedReturnBlock [
18 %tmp1 = tail call i32 (ptr, ...) @printf( ptr @str ) ; <i32> [#uses=0]
22 %tmp4 = tail call i32 (ptr, ...) @printf( ptr @str.upgrd.1 ) ; <i32> [#uses=0]
25 UnifiedReturnBlock: ; preds = %entry
29 declare i32 @printf(ptr, ...)