summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2015-07-21 17:47:56 +0000
committerChad Rosier <mcrosier@codeaurora.org>2015-07-21 17:47:56 +0000
commitfe5399fe88aff52b64fc99fa36bf6907278b3801 (patch)
tree60c34919c140b2af925bdbda5da74daa1b81e767 /llvm/lib
parent12f6b9c8c0eb6ac2290804a8a79ade8ea2c33019 (diff)
downloadbcm5719-llvm-fe5399fe88aff52b64fc99fa36bf6907278b3801.tar.gz
bcm5719-llvm-fe5399fe88aff52b64fc99fa36bf6907278b3801.zip
Follow up to r242810. NFC.
llvm-svn: 242812
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp b/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
index 25db4c571ca..cdc3ec1ba32 100644
--- a/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
+++ b/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
@@ -94,7 +94,7 @@ struct AArch64LoadStoreOpt : public MachineFunctionPass {
MachineBasicBlock::iterator
mergePairedInsns(MachineBasicBlock::iterator I,
MachineBasicBlock::iterator Paired,
- LdStPairFlags const &Flags);
+ const LdStPairFlags &Flags);
// Scan the instruction list to find a base register update that can
// be combined with the current instruction (a load or store) using
OpenPOWER on IntegriCloud