[llvm-commits] CVS: llvm/lib/Analysis/IPA/Andersens.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Oct 16 11:16:30 PDT 2004



Changes in directory llvm/lib/Analysis/IPA:

Andersens.cpp updated: 1.8 -> 1.9
---
Log message:

Add support 


---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/Analysis/IPA/Andersens.cpp
diff -u llvm/lib/Analysis/IPA/Andersens.cpp:1.8 llvm/lib/Analysis/IPA/Andersens.cpp:1.9
--- llvm/lib/Analysis/IPA/Andersens.cpp:1.8	Sun Sep 19 23:45:09 2004
+++ llvm/lib/Analysis/IPA/Andersens.cpp	Sat Oct 16 13:16:19 2004
@@ -652,6 +652,7 @@
   case Instruction::Br:
   case Instruction::Switch:
   case Instruction::Unwind:
+  case Instruction::Unreachable:
   case Instruction::Free:
   case Instruction::Shl:
   case Instruction::Shr:






More information about the llvm-commits mailing list