From b228f9c86bcc983e434a3d1df03046d51552bf70 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 22 Feb 2004 06:25:38 +0000 Subject: [PATCH] Get all instruction definitions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11706 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/ConstantFold.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.34.1