mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-09 05:57:23 +00:00
[ptr-traits] Add one more #include necessary to do strict alignment
checking of pointers used in PointerIntPairs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256617 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a32dc47d6
commit
140bb2d40b
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user