diff options
Diffstat (limited to 'test/Assembler/2002-04-29-NameBinding.ll')
-rw-r--r-- | test/Assembler/2002-04-29-NameBinding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-04-29-NameBinding.ll b/test/Assembler/2002-04-29-NameBinding.ll index 960209b..c387c47 100644 --- a/test/Assembler/2002-04-29-NameBinding.ll +++ b/test/Assembler/2002-04-29-NameBinding.ll @@ -13,7 +13,7 @@ define i32 @createtask() { %v1 = alloca i32 ;; Alloca should have one use! - %reg112 = load i32* %v1 ;; This load should not use the global! + %reg112 = load i32, i32* %v1 ;; This load should not use the global! ret i32 %reg112 } |