mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
Revert 156658.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156662 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
550a08a876
commit
aefd36bdda
@ -570,10 +570,9 @@ bool FastISel::SelectCall(const User *I) {
|
|||||||
// Handle selected intrinsic function calls.
|
// Handle selected intrinsic function calls.
|
||||||
switch (F->getIntrinsicID()) {
|
switch (F->getIntrinsicID()) {
|
||||||
default: break;
|
default: break;
|
||||||
// At -O0 we don't care about the lifetime or expect intrinsics.
|
// At -O0 we don't care about the lifetime intrinsics.
|
||||||
case Intrinsic::lifetime_start:
|
case Intrinsic::lifetime_start:
|
||||||
case Intrinsic::lifetime_end:
|
case Intrinsic::lifetime_end:
|
||||||
case Intrinsic::expect:
|
|
||||||
return true;
|
return true;
|
||||||
case Intrinsic::dbg_declare: {
|
case Intrinsic::dbg_declare: {
|
||||||
const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call);
|
const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call);
|
||||||
|
Loading…
Reference in New Issue
Block a user