[mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.
[oota-llvm.git] / test / CodeGen / Mips / nomips16.ll
index 5f7d74e4197962748320f335337bbec05dc676e5..418d8ead2c3914a2a11d3ffe22c02d530de91ae9 100644 (file)
@@ -6,7 +6,7 @@
 ; Function Attrs: nounwind
 define void @foo() #0 {
 entry:
-  %0 = load float* @x, align 4
+  %0 = load float, float* @x, align 4
   %conv = fpext float %0 to double
   %add = fadd double %conv, 1.500000e+00
   %conv1 = fptrunc double %add to float
@@ -20,7 +20,7 @@ entry:
 ; Function Attrs: nounwind
 define void @nofoo() #1 {
 entry:
-  %0 = load float* @x, align 4
+  %0 = load float, float* @x, align 4
   %conv = fpext float %0 to double
   %add = fadd double %conv, 3.900000e+00
   %conv1 = fptrunc double %add to float