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:
648deab
)
Remove an unnecessary #include.
author
Dan Gohman
<gohman@apple.com>
Mon, 24 Mar 2008 16:58:44 +0000
(16:58 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 24 Mar 2008 16:58:44 +0000
(16:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48729
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Instructions.h
patch
|
blob
|
history
diff --git
a/include/llvm/Instructions.h
b/include/llvm/Instructions.h
index 2e234bd0b727791891aac3d62c43026d59d84a37..2f66ffce2260ac7e103e32d69a152c09aa963e5e 100644
(file)
--- a/
include/llvm/Instructions.h
+++ b/
include/llvm/Instructions.h
@@
-21,7
+21,6
@@
#include "llvm/InstrTypes.h"
#include "llvm/DerivedTypes.h"
#include "llvm/ParameterAttributes.h"
-#include "llvm/Support/MathExtras.h"
namespace llvm {