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
14
external/llvm/test/CodeGen/X86/fast-isel-bail.ll
vendored
14
external/llvm/test/CodeGen/X86/fast-isel-bail.ll
vendored
@ -1,14 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=i686-- -O0
|
||||
|
||||
; This file is for regression tests for cases where FastISel needs
|
||||
; to gracefully bail out and let SelectionDAGISel take over.
|
||||
|
||||
%0 = type { i64, i8* } ; type %0
|
||||
|
||||
declare void @bar(%0)
|
||||
|
||||
define fastcc void @foo() nounwind {
|
||||
entry:
|
||||
call void @bar(%0 zeroinitializer)
|
||||
unreachable
|
||||
}
|
Reference in New Issue
Block a user