You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,18 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=i686-- | FileCheck %s
|
||||
|
||||
define i32* @t() nounwind optsize ssp {
|
||||
entry:
|
||||
; CHECK-LABEL: t:
|
||||
; CHECK: testl %eax, %eax
|
||||
; CHECK: js
|
||||
%cmp = icmp slt i32 undef, 0 ; <i1> [#uses=1]
|
||||
%outsearch.0 = select i1 %cmp, i1 false, i1 true ; <i1> [#uses=1]
|
||||
br i1 %outsearch.0, label %if.then27, label %if.else29
|
||||
|
||||
if.then27: ; preds = %entry
|
||||
ret i32* undef
|
||||
|
||||
if.else29: ; preds = %entry
|
||||
unreachable
|
||||
}
|
||||
|
Reference in New Issue
Block a user