X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FGeneric%2Fptr-annotate.ll;h=4c10daa8223fba4a6f056c7e3923bb17569ea9db;hp=ac5bd5533e9ee66d6171fc7d486c8334872e4d8f;hb=5a70dd1d8286faa4713b60da7621094d892e2ffc;hpb=300c79d840829969fba278ee59152fbfbd5c8844 diff --git a/test/CodeGen/Generic/ptr-annotate.ll b/test/CodeGen/Generic/ptr-annotate.ll index ac5bd5533e9..4c10daa8223 100644 --- a/test/CodeGen/Generic/ptr-annotate.ll +++ b/test/CodeGen/Generic/ptr-annotate.ll @@ -10,7 +10,7 @@ define void @foo() { entry: %m = alloca i8, align 4 - %0 = call i8* @llvm.ptr.annotation.p0i8(i8* %m, i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([4 x i8]* @.str1, i32 0, i32 0), i32 2) + %0 = call i8* @llvm.ptr.annotation.p0i8(i8* %m, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str1, i32 0, i32 0), i32 2) store i8 1, i8* %0, align 4 ret void }