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:
8a32dc4
)
[ptr-traits] Add one more #include necessary to do strict alignment
author
Chandler Carruth
<chandlerc@gmail.com>
Wed, 30 Dec 2015 03:56:17 +0000
(
03:56
+0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Wed, 30 Dec 2015 03:56:17 +0000
(
03:56
+0000)
checking of pointers used in PointerIntPairs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256617
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/Mangler.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/Mangler.h
b/include/llvm/IR/Mangler.h
index
b72b259
..
ea2f0c3
100644
(file)
--- a/
include/llvm/IR/Mangler.h
+++ b/
include/llvm/IR/Mangler.h
@@
-15,12
+15,12
@@
#define LLVM_IR_MANGLER_H
#include "llvm/ADT/DenseMap.h"
+#include "llvm/IR/GlobalValue.h"
#include "llvm/Support/raw_ostream.h"
namespace llvm {
class DataLayout;
-class GlobalValue;
template <typename T> class SmallVectorImpl;
class Twine;