summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-06-11 16:59:33 +0000
committerEric Christopher <echristo@gmail.com>2014-06-11 16:59:33 +0000
commit4fdc765b134a4a5617f27573f8b1ecc701821b7b (patch)
treee5d8707a0b1c2cb75eb774a390221baa68f58957 /llvm/lib/CodeGen
parentfa9fd4a09b52a58f5cdf6d7474929d57361379fb (diff)
downloadbcm5719-llvm-4fdc765b134a4a5617f27573f8b1ecc701821b7b.tar.gz
bcm5719-llvm-4fdc765b134a4a5617f27573f8b1ecc701821b7b.zip
Revert r210613 to conform to coding standards.
Thanks Duncan for noticing. llvm-svn: 210662
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/TargetInstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetInstrInfo.cpp b/llvm/lib/CodeGen/TargetInstrInfo.cpp
index 1e493a24ba8..c3f84c64d7f 100644
--- a/llvm/lib/CodeGen/TargetInstrInfo.cpp
+++ b/llvm/lib/CodeGen/TargetInstrInfo.cpp
@@ -11,6 +11,7 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineMemOperand.h"
@@ -24,7 +25,6 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
OpenPOWER on IntegriCloud