Fix bad #include path in r329139
authorVlad Tsyrklevich <vlad@tsyrklevich.net>
Wed, 4 Apr 2018 01:34:42 +0000 (01:34 +0000)
committerVlad Tsyrklevich <vlad@tsyrklevich.net>
Wed, 4 Apr 2018 01:34:42 +0000 (01:34 +0000)
llvm-svn: 329140

llvm/lib/Target/X86/ShadowCallStack.cpp

index a95e407..ba02644 100644 (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;