SelectionDAG: Support Expand of f16 extloads
[oota-llvm.git] / test / CodeGen / Thumb2 / tls2.ll
index e6bed2f65a492074995148321bac971cbe32eb4b..8f05ceab19fc0cc7be0fba6af38a4097d8165875 100644 (file)
@@ -12,7 +12,7 @@ entry:
 
 ; CHECK-PIC-LABEL: f:
 ; CHECK-PIC: bl __tls_get_addr(PLT)
-       %tmp1 = load i32* @i            ; <i32> [#uses=1]
+       %tmp1 = load i32, i32* @i               ; <i32> [#uses=1]
        ret i32 %tmp1
 }