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:
6f344e5
)
Add the missing header file <cstdint> needed by uint64_t
author
Cong Hou
<congh@google.com>
Sun, 13 Dec 2015 09:32:21 +0000
(09:32 +0000)
committer
Cong Hou
<congh@google.com>
Sun, 13 Dec 2015 09:32:21 +0000
(09:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255457
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineBasicBlock.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineBasicBlock.cpp
b/lib/CodeGen/MachineBasicBlock.cpp
index f2876ab265b07be1e37ef5b2279e4659289265be..57f31ffdcb626be340ae94efae5636b748a4bfa2 100644
(file)
--- a/
lib/CodeGen/MachineBasicBlock.cpp
+++ b/
lib/CodeGen/MachineBasicBlock.cpp
@@
-34,6
+34,7
@@
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Target/TargetSubtargetInfo.h"
#include <algorithm>
+#include <cstdint>
using namespace llvm;
#define DEBUG_TYPE "codegen"