diff --git a/test/Other/2007-06-05-PassID.ll b/test/Other/2007-06-05-PassID.ll new file mode 100644 index 00000000000..25923a5d86b --- /dev/null +++ b/test/Other/2007-06-05-PassID.ll @@ -0,0 +1,11 @@ +;RUN: llvm-as < %s | opt -analyze -print-cfg-only -disable-output +;PR 1497 + +define void @foo() { +entry: + br label %return + +return: ; preds = %entry + ret void +} +