Mercurial > hg > CbC > CbC_llvm
view test/Other/2007-06-05-PassID.ll @ 122:36195a0db682
merging ( incomplete )
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Nov 2017 20:32:31 +0900 |
parents | 1172e4bd9c6f |
children |
line wrap: on
line source
;RUN: opt < %s -analyze -dot-cfg-only 2>/dev/null ;RUN: opt < %s -analyze -passes=dot-cfg-only 2>/dev/null ;PR 1497 define void @foo() { entry: br label %return return: ; preds = %entry ret void }