aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-28 21:52:06 +0000
committerChris Lattner <sabre@nondot.org>2009-12-28 21:52:06 +0000
commit66e89df1883bd666c80303dd39552c35f534b1ba (patch)
treeffbd48c4065ef729b7f60b791281ad7a0957a60f /include
parent2ad32752b9a880902550c7c47f1b9ca175ee851c (diff)
downloadexternal_llvm-66e89df1883bd666c80303dd39552c35f534b1ba.zip
external_llvm-66e89df1883bd666c80303dd39552c35f534b1ba.tar.gz
external_llvm-66e89df1883bd666c80303dd39552c35f534b1ba.tar.bz2
remove #include that comes in from ConstantFolder.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92232 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/IRBuilder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/IRBuilder.h b/include/llvm/Support/IRBuilder.h
index 7f744d6..eabf6ad 100644
--- a/include/llvm/Support/IRBuilder.h
+++ b/include/llvm/Support/IRBuilder.h
@@ -15,7 +15,6 @@
#ifndef LLVM_SUPPORT_IRBUILDER_H
#define LLVM_SUPPORT_IRBUILDER_H
-#include "llvm/Constants.h"
#include "llvm/Instructions.h"
#include "llvm/BasicBlock.h"
#include "llvm/ADT/Twine.h"