Chromium Code Reviews| Index: src/IceOperand.cpp |
| diff --git a/src/IceOperand.cpp b/src/IceOperand.cpp |
| index e66a995d788dfdf672946739f9553dad44fc26d1..bb16967e2bc4b8498373b2e8ecf80f61d40739dc 100644 |
| --- a/src/IceOperand.cpp |
| +++ b/src/IceOperand.cpp |
| @@ -487,7 +487,8 @@ void ConstantRelocatable::emit(TargetLowering *Target) const { |
| Target->emit(this); |
| } |
| -void ConstantRelocatable::emitWithoutPrefix(TargetLowering *Target) const { |
| +void ConstantRelocatable::emitWithoutPrefix( |
| + const TargetLowering *Target) const { |
| Target->emitWithoutPrefix(this); |
| } |