summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-16 18:16:19 +0000
committerChris Lattner <sabre@nondot.org>2004-10-16 18:16:19 +0000
commitc17edbdeeb1e117f7e6364abe9afbfbd768d7869 (patch)
tree37bd8dfe6fbfc96ed9d80ab788f35bcfe7b11646 /lib/Analysis/IPA
parent5a083b81c4fbe32276f33114a584d7c91291b3d9 (diff)
downloadllvm-c17edbdeeb1e117f7e6364abe9afbfbd768d7869.tar.gz
llvm-c17edbdeeb1e117f7e6364abe9afbfbd768d7869.tar.bz2
llvm-c17edbdeeb1e117f7e6364abe9afbfbd768d7869.tar.xz
Add support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17052 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/IPA')
-rw-r--r--lib/Analysis/IPA/Andersens.cpp1
1 files changed, 1 insertions, 0 deletions
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: