commit | 8e8b8a223c2b0e69f44c0639f846260c8011668f | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Oct 16 01:49:15 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Oct 16 01:49:15 2008 +0000 |
tree | b39ffe640aebc9d306c008272b7ab43bcd743f59 | |
parent | fcab2bd2f3c849816fffff71342477788985b403 [diff] [blame] |
Const-ify several TargetInstrInfo methods. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57622 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/CellSPU/SPUInstrInfo.cpp b/lib/Target/CellSPU/SPUInstrInfo.cpp index cc562eb..29facb9 100644 --- a/lib/Target/CellSPU/SPUInstrInfo.cpp +++ b/lib/Target/CellSPU/SPUInstrInfo.cpp
@@ -399,7 +399,7 @@ MachineInstr * SPUInstrInfo::foldMemoryOperand(MachineFunction &MF, MachineInstr *MI, - SmallVectorImpl<unsigned> &Ops, + const SmallVectorImpl<unsigned> &Ops, int FrameIndex) const { #if SOMEDAY_SCOTT_LOOKS_AT_ME_AGAIN