diff options
Diffstat (limited to 'lib/Target/AArch64/AArch64ConstantIslandPass.cpp')
-rw-r--r-- | lib/Target/AArch64/AArch64ConstantIslandPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/AArch64/AArch64ConstantIslandPass.cpp b/lib/Target/AArch64/AArch64ConstantIslandPass.cpp index 7734866689..f5e5c640cd 100644 --- a/lib/Target/AArch64/AArch64ConstantIslandPass.cpp +++ b/lib/Target/AArch64/AArch64ConstantIslandPass.cpp @@ -19,7 +19,7 @@ #include "AArch64MachineFunctionInfo.h" #include "AArch64Subtarget.h" #include "AArch64MachineFunctionInfo.h" -#include "MCTargetDesc/AArch64BaseInfo.h" +#include "Utils/AArch64BaseInfo.h" #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstrBuilder.h" |