Fix bad #include path in r329139

llvm-svn: 329140
This commit is contained in:
Vlad Tsyrklevich 2018-04-04 01:34:42 +00:00
parent e3446017ed
commit b324733169
1 changed files with 1 additions and 1 deletions

View File

@ -25,9 +25,9 @@
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/Pass.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
using namespace llvm;