diff options
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.cpp')
| -rw-r--r-- | lib/Target/PowerPC/PPCInstrInfo.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/Target/PowerPC/PPCInstrInfo.cpp b/lib/Target/PowerPC/PPCInstrInfo.cpp index 4669719744bc..0930f7d3b8d7 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.cpp +++ b/lib/Target/PowerPC/PPCInstrInfo.cpp @@ -316,11 +316,11 @@ unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,  }  // For opcodes with the ReMaterializable flag set, this function is called to -// verify the instruction is really rematable.   +// verify the instruction is really rematable.  bool PPCInstrInfo::isReallyTriviallyReMaterializable(const MachineInstr &MI,                                                       AliasAnalysis *AA) const {    switch (MI.getOpcode()) { -  default:  +  default:      // This function should only be called for opcodes with the ReMaterializable      // flag set.      llvm_unreachable("Unknown rematerializable operation!"); | 
