llvm-project/llvm/test/Other/2006-02-05-PassManager.ll

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
111 B
LLVM
Raw Normal View History

; RUN: opt < %s -domtree -gvn -domtree -constmerge -disable-output
2007-02-06 03:33:20 +08:00
define i32 @test1() {
unreachable
}