Chromium Code Reviews| Index: src/IceInst.cpp |
| diff --git a/src/IceInst.cpp b/src/IceInst.cpp |
| index 629c6bdfddd41b2ca8a13dff15bb4bd18717e521..a88194e2acf7e092137c6e1111fab281cacb21d9 100644 |
| --- a/src/IceInst.cpp |
| +++ b/src/IceInst.cpp |
| @@ -458,6 +458,8 @@ void Inst::emit(const Cfg * /*Func*/) const { |
| llvm_unreachable("emit() called on a non-lowered instruction"); |
| } |
| +void Inst::emitIAS(const Cfg *Func) const { emit(Func); } |
| + |
| void Inst::dump(const Cfg *Func) const { |
| Ostream &Str = Func->getContext()->getStrDump(); |
| dumpDest(Func); |