diff options
| author | Bradley Smith <bradley.smith@arm.com> | 2014-04-09 14:42:27 +0000 |
|---|---|---|
| committer | Bradley Smith <bradley.smith@arm.com> | 2014-04-09 14:42:27 +0000 |
| commit | 2ba17a4a17ea01aa0a222424e826aefbcf109c7c (patch) | |
| tree | ad3bd0a7d0baf634c0720240c9ff2d8ec73b4ede /llvm/lib/Target/ARM64/ARM64.h | |
| parent | ceeb04df6012cb784a547814cef8940f72c93d2e (diff) | |
| download | bcm5719-llvm-2ba17a4a17ea01aa0a222424e826aefbcf109c7c.tar.gz bcm5719-llvm-2ba17a4a17ea01aa0a222424e826aefbcf109c7c.zip | |
[ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdirectory, a la AArch64. These files are required in the decoder, disassembler and parser, and a layering violation was imminent.
llvm-svn: 205867
Diffstat (limited to 'llvm/lib/Target/ARM64/ARM64.h')
| -rw-r--r-- | llvm/lib/Target/ARM64/ARM64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM64/ARM64.h b/llvm/lib/Target/ARM64/ARM64.h index f2c5e609986..debb9002eb4 100644 --- a/llvm/lib/Target/ARM64/ARM64.h +++ b/llvm/lib/Target/ARM64/ARM64.h @@ -15,7 +15,7 @@ #ifndef TARGET_ARM64_H #define TARGET_ARM64_H -#include "MCTargetDesc/ARM64BaseInfo.h" +#include "Utils/ARM64BaseInfo.h" #include "MCTargetDesc/ARM64MCTargetDesc.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Support/DataTypes.h" |

