forked from OSchip/llvm-project
Move implemented interface header up to the top.
llvm-svn: 14301
This commit is contained in:
parent
c88c1ba066
commit
0bfea680bb
|
@ -11,9 +11,9 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/CodeGen/IntrinsicLowering.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "Support/CommandLine.h"
|
||||
using namespace llvm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue