Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / 2009-03-13-PHIElimBug.ll
index 28539307aa409d567ffb63456602d00cc595188d..e14c30a27449dddb0dfb6845dcd8a1d3f46b4977 100644 (file)
@@ -24,9 +24,13 @@ cont2:               ; preds = %cont
 
 lpad:          ; preds = %cont, %entry
        %y = phi i32 [ %a, %entry ], [ %aa, %cont ]             ; <i32> [#uses=1]
+        %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
+                 cleanup
        ret i32 %y
 }
 
 ; CHECK: call{{.*}}f
-; CHECK-NEXT: Ltmp0:
-; CHECK-NEXT: movl %eax, %esi
+; CHECK: movl %eax, %esi
+; CHECK: call{{.*}}g
+
+declare i32 @__gxx_personality_v0(...)