[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / 2004-01-13-InstCombineInvokePHI.ll
index 1edad82682139c5b571e23da74307c5ad75317c0..6df30c7e7fd146251de1730e5de72be909c09eb6 100644 (file)
@@ -5,7 +5,7 @@
 ; invoke instruction, we really cannot perform this transformation at all at
 ; least without splitting the critical edge.
 ;
-; RUN: opt %s -instcombine -disable-output
+; RUN: opt %s -instcombine -disable-output
 
 declare i8* @test()
 
@@ -23,6 +23,9 @@ cont:           ; preds = %call, %entry
         ret i32 %V
 
 N:              ; preds = %call
+        %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+                 cleanup
         ret i32 0
 }
 
+declare i32 @__gxx_personality_v0(...)