diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp index 0ed669643e57..b355b08672cd 100644 --- a/llvm/lib/Transforms/Utils/Local.cpp +++ b/llvm/lib/Transforms/Utils/Local.cpp @@ -381,8 +381,6 @@ bool llvm::isInstructionTriviallyDead(Instruction *I) { if (Function *F = CI->getCalledFunction()) switch (F->getIntrinsicID()) { default: break; - case Intrinsic::vastart: - case Intrinsic::vacopy: case Intrinsic::returnaddress: case Intrinsic::frameaddress: case Intrinsic::isunordered: