[AMDGPU] Fix build broken in r292688.
authorEugene Zelenko <eugene.zelenko@gmail.com>
Sat, 21 Jan 2017 01:34:25 +0000 (01:34 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Sat, 21 Jan 2017 01:34:25 +0000 (01:34 +0000)
llvm-svn: 292699

llvm/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp

index addcf4e..71ed299 100644 (file)
@@ -24,6 +24,7 @@
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
+#include "llvm/CodeGen/MachineJumpTableInfo.h"
 #include "llvm/CodeGen/MachineLoopInfo.h"
 #include "llvm/CodeGen/MachineOperand.h"
 #include "llvm/CodeGen/MachinePostDominators.h"