X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fosx-names.ll;h=926caadc49d8e88e386884debccde851a02a5f58;hb=6fd1b8ee48de8deeabc89f70c37b88957b562ba0;hp=7b83526aceb50dfce29ab3b710e876f29825e19d;hpb=28d52913ab0cda3fa21a4b16ad87fea4321b5e7e;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/osx-names.ll b/test/Transforms/InstCombine/osx-names.ll index 7b83526aceb..926caadc49d 100644 --- a/test/Transforms/InstCombine/osx-names.ll +++ b/test/Transforms/InstCombine/osx-names.ll @@ -14,14 +14,14 @@ target triple = "i386-apple-macosx10.7.2" @.str2 = private unnamed_addr constant [3 x i8] c"%s\00", align 1 define void @test1(%struct.__sFILE* %stream) nounwind { -; CHECK: define void @test1 +; CHECK-LABEL: define void @test1( ; CHECK: call i32 @"fwrite$UNIX2003" %call = tail call i32 (%struct.__sFILE*, i8*, ...)* @fprintf(%struct.__sFILE* %stream, i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0)) nounwind ret void } define void @test2(%struct.__sFILE* %stream, i8* %str) nounwind ssp { -; CHECK: define void @test2 +; CHECK-LABEL: define void @test2( ; CHECK: call i32 @"fputs$UNIX2003" %call = tail call i32 (%struct.__sFILE*, i8*, ...)* @fprintf(%struct.__sFILE* %stream, i8* getelementptr inbounds ([3 x i8]* @.str2, i32 0, i32 0), i8* %str) nounwind ret void