The isel pattern that selects the memory-register form of VCVTPH2PS
[oota-llvm.git] / test / Feature / globalvars.ll
index dad1cf31d5e63a305d043c2ffbfc1e3d737f679d..710a87998a86758f193c8f4272e932939fb5ab73 100644 (file)
@@ -11,8 +11,10 @@ external global i32             ; <i32*>:0 [#uses=0]
 
 define i32 @foo(i32 %blah) {
         store i32 5, i32* @MyVar
-        %idx = getelementptr { i32*, i32 }* @MyIntList, i64 0, i32 1             ; <i32*> [#uses=1]
+        %idx = getelementptr { i32*, i32 }, { i32*, i32 }* @MyIntList, i64 0, i32 1             ; <i32*> [#uses=1]
         store i32 12, i32* %idx
         ret i32 %blah
 }
 
+hidden dllexport global i32 42
+dllexport global i32 42