Make DataLayout Non-Optional in the Module
[oota-llvm.git] / test / Transforms / InstCombine / 2008-05-09-SinkOfInvoke.ll
index f6eb24843fb88128aeca6ba7cd6939fc2e511a02..722f8f0fabbdb7680137a136dfe8876ab03b7831 100644 (file)
@@ -23,8 +23,8 @@ invcont31:            ; preds = %invcont
                        to label %invcont37 unwind label %lpad          ; <i32**> [#uses=1]
 
 invcont37:             ; preds = %invcont31
-       %tmp39 = load i32** %tmp38, align 8             ; <i32*> [#uses=1]
-       %tmp41 = getelementptr %"struct.std::ctype<char>"* %this, i32 0, i32 4          ; <i32**> [#uses=1]
+       %tmp39 = load i32*, i32** %tmp38, align 8               ; <i32*> [#uses=1]
+       %tmp41 = getelementptr %"struct.std::ctype<char>", %"struct.std::ctype<char>"* %this, i32 0, i32 4              ; <i32**> [#uses=1]
        store i32* %tmp39, i32** %tmp41, align 8
        ret void