diff options
Diffstat (limited to 'test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll')
-rw-r--r-- | test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll b/test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll index beb3c5f..fb1cdbb 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 |