Removed extra whitespace. (Testing commit access). NFC.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-05-09-SinkOfInvoke.ll
index 4dd29a79cd7d4d4b720a0ecbebcf5155db0c93ab..f6eb24843fb88128aeca6ba7cd6939fc2e511a02 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine -disable-output
+; RUN: opt < %s -instcombine -disable-output
 ; PR2303
        %"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i16*, i8, [256 x i8], [256 x i8], i8 }
        %"struct.std::locale::facet" = type { i32 (...)**, i32 }
@@ -29,5 +29,9 @@ invcont37:            ; preds = %invcont31
        ret void
 
 lpad:          ; preds = %invcont31, %invcont, %entry
+        %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+                 cleanup
        unreachable
 }
+
+declare i32 @__gxx_personality_v0(...)