projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1611273
)
fix some pointless layering violations.
author
Chris Lattner
<sabre@nondot.org>
Sun, 14 Mar 2010 01:56:06 +0000
(
01:56
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 14 Mar 2010 01:56:06 +0000
(
01:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98460
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/IntrinsicInst.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/IntrinsicInst.cpp
b/lib/VMCore/IntrinsicInst.cpp
index d8f015a9e2c7c26e4b99e188e7d700bfd94e5f61..c37d5b03cdc801a0259f39e343ffa7b1d9aae780 100644
(file)
--- a/
lib/VMCore/IntrinsicInst.cpp
+++ b/
lib/VMCore/IntrinsicInst.cpp
@@
-24,8
+24,7
@@
#include "llvm/IntrinsicInst.h"
#include "llvm/Constants.h"
#include "llvm/GlobalVariable.h"
-#include "llvm/Analysis/ValueTracking.h"
-#include "llvm/CodeGen/MachineModuleInfo.h"
+#include "llvm/Metadata.h"
using namespace llvm;
//===----------------------------------------------------------------------===//