[MachO] Stop generating *coal* sections.
[oota-llvm.git] / test / CodeGen / X86 / isel-sink.ll
index 40d60a4efe0c54b3b50af85867d2bbdc06c80ba9..27abe051a9b3aaba83c4f4a50c14f186e896ba8c 100644 (file)
@@ -18,6 +18,6 @@ T:
        store i32 4, i32* %P
        ret i32 141
 F:
-       %V = load i32* %P
+       %V = load i32, i32* %P
        ret i32 %V
 }