summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetInstrInfo.cpp
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
commitcb2c98e020d12b63f38fe2390dbfe06ce98a4c20 (patch)
tree3c2d4685336911d608ef4d9c8cedbc19a37c682c /lib/CodeGen/TargetInstrInfo.cpp
parent0ee5398b7fb951beca94135b710715ca5547e6a3 (diff)
downloadllvm-cb2c98e020d12b63f38fe2390dbfe06ce98a4c20.tar.gz
llvm-cb2c98e020d12b63f38fe2390dbfe06ce98a4c20.tar.bz2
llvm-cb2c98e020d12b63f38fe2390dbfe06ce98a4c20.tar.xz
Revert r210613 to conform to coding standards.
Thanks Duncan for noticing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetInstrInfo.cpp')
-rw-r--r--lib/CodeGen/TargetInstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/TargetInstrInfo.cpp b/lib/CodeGen/TargetInstrInfo.cpp
index 1e493a24ba..c3f84c64d7 100644
--- a/lib/CodeGen/TargetInstrInfo.cpp
+++ b/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"