diff options
Diffstat (limited to 'test/Instrumentation/BoundsChecking/many-trap.ll')
-rw-r--r-- | test/Instrumentation/BoundsChecking/many-trap.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Instrumentation/BoundsChecking/many-trap.ll b/test/Instrumentation/BoundsChecking/many-trap.ll index 0bbb959..5894487 100644 --- a/test/Instrumentation/BoundsChecking/many-trap.ll +++ b/test/Instrumentation/BoundsChecking/many-trap.ll @@ -5,8 +5,8 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3 ; CHECK: @f1 define void @f1(i64 %x) nounwind { %1 = alloca i128, i64 %x - %2 = load i128* %1, align 4 - %3 = load i128* %1, align 4 + %2 = load i128, i128* %1, align 4 + %3 = load i128, i128* %1, align 4 ret void ; CHECK: call void @llvm.trap() ; CHECK: call void @llvm.trap() |