summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2018-03-23 23:58:31 +0000
committerDavid Blaikie <dblaikie@gmail.com>2018-03-23 23:58:31 +0000
commit36a0f226b18355ee59c1948c784d88cb148776f4 (patch)
tree41c58ec6d59f05fd8233de71c5f36899accd17c0 /llvm/lib/Target/AArch64/AArch64CallLowering.cpp
parentb48ba4e6bc33028d7c2167d9fd4bf5c9fb8a83c9 (diff)
downloadbcm5719-llvm-36a0f226b18355ee59c1948c784d88cb148776f4.tar.gz
bcm5719-llvm-36a0f226b18355ee59c1948c784d88cb148776f4.zip
Fix layering by moving ValueTypes.h from CodeGen to IR
ValueTypes.h is implemented in IR already. llvm-svn: 328397
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64CallLowering.cpp')
-rw-r--r--llvm/lib/Target/AArch64/AArch64CallLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64CallLowering.cpp b/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
index 1c771d8803a..9530161b615 100644
--- a/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
+++ b/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
@@ -33,12 +33,12 @@
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
-#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/IR/Argument.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/Value.h"
+#include "llvm/IR/ValueTypes.h"
#include "llvm/Support/MachineValueType.h"
#include <algorithm>
#include <cassert>
OpenPOWER on IntegriCloud