summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/R600InstrInfo.h
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-03-03 18:30:54 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-03-03 18:30:54 +0000
commitcc31871dc4b7e711942f1a441e35acbea519cdef (patch)
tree12199951d3e8c18d247464a18dced176cda79ab5 /llvm/lib/Target/AMDGPU/R600InstrInfo.h
parent8e216703d88a7376b2891f3862876d46f7569786 (diff)
downloadbcm5719-llvm-cc31871dc4b7e711942f1a441e35acbea519cdef.tar.gz
bcm5719-llvm-cc31871dc4b7e711942f1a441e35acbea519cdef.zip
Make TargetInstrInfo::isPredicable take a const reference, NFC
llvm-svn: 296901
Diffstat (limited to 'llvm/lib/Target/AMDGPU/R600InstrInfo.h')
-rw-r--r--llvm/lib/Target/AMDGPU/R600InstrInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/R600InstrInfo.h b/llvm/lib/Target/AMDGPU/R600InstrInfo.h
index a280052dbd4..e05fda2be88 100644
--- a/llvm/lib/Target/AMDGPU/R600InstrInfo.h
+++ b/llvm/lib/Target/AMDGPU/R600InstrInfo.h
@@ -177,7 +177,7 @@ public:
bool isPredicated(const MachineInstr &MI) const override;
- bool isPredicable(MachineInstr &MI) const override;
+ bool isPredicable(const MachineInstr &MI) const override;
bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
BranchProbability Probability) const override;
OpenPOWER on IntegriCloud