From: Chris Lattner Date: Sun, 22 Feb 2004 06:25:38 +0000 (+0000) Subject: Get all instruction definitions X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b228f9c86bcc983e434a3d1df03046d51552bf70;p=oota-llvm.git Get all instruction definitions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11706 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/ConstantFold.cpp b/lib/VMCore/ConstantFold.cpp index 39fac8d66a4..0d008870e1f 100644 --- a/lib/VMCore/ConstantFold.cpp +++ b/lib/VMCore/ConstantFold.cpp @@ -20,9 +20,7 @@ #include "ConstantFolding.h" #include "llvm/Constants.h" -#include "llvm/iPHINode.h" -#include "llvm/iOperators.h" -#include "llvm/InstrTypes.h" +#include "llvm/Instructions.h" #include "llvm/DerivedTypes.h" #include "llvm/Support/GetElementPtrTypeIterator.h" #include