DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
[oota-llvm.git] / test / CodeGen / ARM / tls1.ll
index b03f76b6ef0838ca3ebf74826612560428c487cb..d492522955ec07128cbac140507f93b52867cbd8 100644 (file)
@@ -12,7 +12,7 @@
 
 define i32 @f() {
 entry:
-       %tmp1 = load i32* @i            ; <i32> [#uses=1]
+       %tmp1 = load i32, i32* @i               ; <i32> [#uses=1]
        ret i32 %tmp1
 }