Support Objective C++ too.
[oota-llvm.git] / test / Assembler / 2002-08-22-DominanceProblem.ll
index ed8c704b115363091e917c2c1778d56221d72951..c6fb9a3a5f0d30428e2d686c6ba9a59b2443eec3 100644 (file)
@@ -1,3 +1,5 @@
+; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
+
 ; Dominance relationships is not calculated correctly for unreachable blocks,
 ; which causes the verifier to barf on this input.