]> granicus.if.org Git - llvm/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292699 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/AMDILCFGStructurizer.cpp

index addcf4e50139824e04a7f5681fb4314940ddfb9f..71ed299cc389aeec5e8f4544c04c075c78560278 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"