From: Chris Lattner Date: Sat, 16 Oct 2004 18:16:19 +0000 (+0000) Subject: Add support X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c17edbdeeb1e117f7e6364abe9afbfbd768d7869;p=oota-llvm.git Add support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17052 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/IPA/Andersens.cpp b/lib/Analysis/IPA/Andersens.cpp index 9ade25e1eed..c473b0e3d2a 100644 --- a/lib/Analysis/IPA/Andersens.cpp +++ b/lib/Analysis/IPA/Andersens.cpp @@ -652,6 +652,7 @@ void Andersens::visitInstruction(Instruction &I) { case Instruction::Br: case Instruction::Switch: case Instruction::Unwind: + case Instruction::Unreachable: case Instruction::Free: case Instruction::Shl: case Instruction::Shr: