summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64FrameLowering.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2017-11-03 22:32:11 +0000
committerDavid Blaikie <dblaikie@gmail.com>2017-11-03 22:32:11 +0000
commit1be62f0327cec94df3b60e3f2dc78384f48c6630 (patch)
tree4f103e2c24b3ba364f3c78784de5e20f6fe4f0a7 /llvm/lib/Target/AArch64/AArch64FrameLowering.h
parent3fae5a6179220e06d9c14db54fd9dd99cdcc739f (diff)
downloadbcm5719-llvm-1be62f0327cec94df3b60e3f2dc78384f48c6630.tar.gz
bcm5719-llvm-1be62f0327cec94df3b60e3f2dc78384f48c6630.zip
Move TargetFrameLowering.h to CodeGen where it's implemented
This header already includes a CodeGen header and is implemented in lib/CodeGen, so move the header there to match. This fixes a link error with modular codegeneration builds - where a header and its implementation are circularly dependent and so need to be in the same library, not split between two like this. llvm-svn: 317379
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64FrameLowering.h')
-rw-r--r--llvm/lib/Target/AArch64/AArch64FrameLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64FrameLowering.h b/llvm/lib/Target/AArch64/AArch64FrameLowering.h
index c351efb0c39..55a256867fa 100644
--- a/llvm/lib/Target/AArch64/AArch64FrameLowering.h
+++ b/llvm/lib/Target/AArch64/AArch64FrameLowering.h
@@ -14,7 +14,7 @@
#ifndef LLVM_LIB_TARGET_AARCH64_AARCH64FRAMELOWERING_H
#define LLVM_LIB_TARGET_AARCH64_AARCH64FRAMELOWERING_H
-#include "llvm/Target/TargetFrameLowering.h"
+#include "llvm/CodeGen/TargetFrameLowering.h"
namespace llvm {
OpenPOWER on IntegriCloud