diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-11-21 02:32:35 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-11-21 02:32:35 +0000 |
| commit | 960ad9a8ab348594d39e861ddf007f73597ec5b7 (patch) | |
| tree | ca1e571bb2d19e0bd861c73fe4aa2947913a94ab | |
| parent | f4b39e9c950498662ffed759c7f54544d0e45dd2 (diff) | |
| download | bcm5719-llvm-960ad9a8ab348594d39e861ddf007f73597ec5b7.tar.gz bcm5719-llvm-960ad9a8ab348594d39e861ddf007f73597ec5b7.zip | |
Maintain stylistic consistency.
llvm-svn: 89535
| -rw-r--r-- | llvm/include/llvm/Target/TargetRegisterInfo.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetRegisterInfo.h b/llvm/include/llvm/Target/TargetRegisterInfo.h index e82a0c7f8ec..07737590af4 100644 --- a/llvm/include/llvm/Target/TargetRegisterInfo.h +++ b/llvm/include/llvm/Target/TargetRegisterInfo.h @@ -656,7 +656,9 @@ public: MachineBasicBlock::iterator I, MachineBasicBlock::iterator &UseMI, const TargetRegisterClass *RC, - unsigned Reg) const {return false;} + unsigned Reg) const { + return false; + } /// eliminateFrameIndex - This method must be overriden to eliminate abstract /// frame indices from instructions which may use them. The instruction |

