[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Other / 2007-06-05-PassID.ll
blob386e444caae1dc4695e3256408b52ee28ced2c11
1 ;RUN: opt < %s -analyze -dot-cfg-only 2>/dev/null
2 ;RUN: opt < %s -analyze -passes=dot-cfg-only 2>/dev/null
3 ;PR 1497
5 define void @foo() {
6 entry:
7         br label %return
9 return:         ; preds = %entry
10         ret void