mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-09 05:11:39 +00:00

of using llvm-as, now that opt supports this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81226 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
193 B
LLVM
10 lines
193 B
LLVM
; RUN: opt %s -gvnpre | llvm-dis
|
|
|
|
define void @_Z4sortI3Lit16LessThan_defaultIS0_EEvPT_iT0_() {
|
|
entry:
|
|
br label %cond_false
|
|
|
|
cond_false: ; preds = %cond_false, %entry
|
|
br label %cond_false
|
|
}
|