summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-06-10 22:57:25 +0000
committerEric Christopher <echristo@gmail.com>2014-06-10 22:57:25 +0000
commitf63bc64df55c4a35e6b0edeae1396225be6a7ce9 (patch)
tree23890c4ea6044bd15a1c481874c641dd517ec126 /llvm/lib/Target/AArch64/AArch64Subtarget.cpp
parent58f3266722e5ce68aa054d3cc137004cca296c5f (diff)
downloadbcm5719-llvm-f63bc64df55c4a35e6b0edeae1396225be6a7ce9.tar.gz
bcm5719-llvm-f63bc64df55c4a35e6b0edeae1396225be6a7ce9.zip
Move AArch64InstrInfo to AArch64Subtarget.
llvm-svn: 210599
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64Subtarget.cpp')
-rw-r--r--llvm/lib/Target/AArch64/AArch64Subtarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64Subtarget.cpp b/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
index 8be1f66d057..f01a70b65c1 100644
--- a/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
+++ b/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
@@ -44,7 +44,7 @@ AArch64Subtarget::AArch64Subtarget(const std::string &TT,
? "e-m:o-i64:64-i128:128-n32:64-S128"
: (LittleEndian ? "e-m:e-i64:64-i128:128-n32:64-S128"
: "E-m:e-i64:64-i128:128-n32:64-S128")),
- FrameLowering(), TSInfo(&DL) {
+ FrameLowering(), InstrInfo(*this), TSInfo(&DL) {
// Determine default and user-specified characteristics
if (CPUString.empty())
OpenPOWER on IntegriCloud