Merging r260427:
[oota-llvm.git] / test / CodeGen / SystemZ / tls-06.ll
index fcd8614a793e7b87adccb5649d15b17dbd7b8618..8f1796df729133cc23140bfd72615c87d03d0024 100644 (file)
@@ -10,8 +10,8 @@
 @y = thread_local global i32 0
 
 define i32 @foo() {
-  %valx = load i32* @x
-  %valy = load i32* @y
+  %valx = load i32, i32* @x
+  %valy = load i32, i32* @y
   %add = add nsw i32 %valx, %valy
   ret i32 %add
 }