X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=test%2FInstrumentation%2FMemorySanitizer%2Finstrumentation-with-call-threshold.ll;h=fb1cdbb5951ac16de1136358e7081f1d9ac8d671;hb=4c5e43da7792f75567b693105cc53e3f1992ad98;hp=beb3c5fad735b29a2592564bcfe98f1565a025c3;hpb=c75239e6119d0f9a74c57099d91cbc9bde56bf33;p=android-x86%2Fexternal-llvm.git diff --git a/test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll b/test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll index beb3c5fad73..fb1cdbb5951 100644 --- a/test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll +++ b/test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll @@ -11,7 +11,7 @@ target triple = "x86_64-unknown-linux-gnu" define void @LoadAndCmp(i32* nocapture %a) nounwind uwtable sanitize_memory { entry: - %0 = load i32* %a, align 4 + %0 = load i32, i32* %a, align 4 %tobool = icmp eq i32 %0, 0 br i1 %tobool, label %if.end, label %if.then