Index: src/IceOperand.cpp |
diff --git a/src/IceOperand.cpp b/src/IceOperand.cpp |
index 21a4830e7c12aefa86ec607fa23eac442e594dfe..f45d2279acb7cd0bccf87abb23bf18840ce4663c 100644 |
--- a/src/IceOperand.cpp |
+++ b/src/IceOperand.cpp |
@@ -487,9 +487,9 @@ void ConstantRelocatable::emit(TargetLowering *Target) const { |
Target->emit(this); |
} |
-void ConstantRelocatable::emitWithoutPrefix( |
- const TargetLowering *Target) const { |
- Target->emitWithoutPrefix(this); |
+void ConstantRelocatable::emitWithoutPrefix(const TargetLowering *Target, |
+ const char *Suffix) const { |
+ Target->emitWithoutPrefix(this, Suffix); |
} |
void ConstantRelocatable::dump(const Cfg *Func, Ostream &Str) const { |