summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorMichael Kuperstein <michael.m.kuperstein@intel.com>2015-01-08 11:59:43 +0000
committerMichael Kuperstein <michael.m.kuperstein@intel.com>2015-01-08 11:59:43 +0000
commit698ea3b4887cb0ee84be775afc0b04a17149ec30 (patch)
tree0aba3112c8f283ffa58a8c56d7584db4c3bbc2ec /llvm/lib/CodeGen
parent46f7d525c3dbb40286459817f077ed38c6eedda8 (diff)
downloadbcm5719-llvm-698ea3b4887cb0ee84be775afc0b04a17149ec30.tar.gz
bcm5719-llvm-698ea3b4887cb0ee84be775afc0b04a17149ec30.zip
Fix include ordering, NFC.
llvm-svn: 225439
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 98f342cc110..608b8068759 100644
--- a/llvm/lib/CodeGen/TargetInstrInfo.cpp
+++ b/llvm/lib/CodeGen/TargetInstrInfo.cpp
@@ -25,10 +25,10 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
+#include "llvm/Target/TargetFrameLowering.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
-#include "llvm/Target/TargetFrameLowering.h"
#include <cctype>
using namespace llvm;
OpenPOWER on IntegriCloud