From c17edbdeeb1e117f7e6364abe9afbfbd768d7869 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 16 Oct 2004 18:16:19 +0000 Subject: Add support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17052 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/IPA/Andersens.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Analysis/IPA') diff --git a/lib/Analysis/IPA/Andersens.cpp b/lib/Analysis/IPA/Andersens.cpp index 9ade25e1ee..c473b0e3d2 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: -- cgit v1.2.3