Replace <cstdint> by llvm/Support/DataTypes.h for the typedef of uint64_t. NFC.
authorCong Hou <congh@google.com>
Sun, 13 Dec 2015 09:52:14 +0000 (09:52 +0000)
committerCong Hou <congh@google.com>
Sun, 13 Dec 2015 09:52:14 +0000 (09:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255458 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineBasicBlock.cpp

index 57f31ffdcb626be340ae94efae5636b748a4bfa2..4065afa95d710b326ef5feb95152bbcd968fa6cb 100644 (file)
@@ -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"