summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorCong Hou <congh@google.com>2015-12-13 09:52:14 +0000
committerCong Hou <congh@google.com>2015-12-13 09:52:14 +0000
commit663dd018c161b92f4d82de3a41c87aceef3a3e3c (patch)
tree686bac33aa82a13f80ec92d20436160c3a9d8779 /llvm/lib/CodeGen/MachineBasicBlock.cpp
parentc0a33e0f62197d6953b1e854145df456c2c76dcc (diff)
downloadbcm5719-llvm-663dd018c161b92f4d82de3a41c87aceef3a3e3c.tar.gz
bcm5719-llvm-663dd018c161b92f4d82de3a41c87aceef3a3e3c.zip
Replace <cstdint> by llvm/Support/DataTypes.h for the typedef of uint64_t. NFC.
llvm-svn: 255458
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineBasicBlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp
index 57f31ffdcb6..4065afa95d7 100644
--- a/llvm/lib/CodeGen/MachineBasicBlock.cpp
+++ b/llvm/lib/CodeGen/MachineBasicBlock.cpp
@@ -27,6 +27,7 @@
#include "llvm/IR/ModuleSlotTracker.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCContext.h"
+#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
@@ -34,7 +35,6 @@
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Target/TargetSubtargetInfo.h"
#include <algorithm>
-#include <cstdint>
using namespace llvm;
#define DEBUG_TYPE "codegen"
OpenPOWER on IntegriCloud