| Index: src/IceInst.cpp
|
| diff --git a/src/IceInst.cpp b/src/IceInst.cpp
|
| index a3d4ee68ab4896fc59a9d5885c0b49512e299a12..84b62ec89218075d89647d3e714812d59a11b475 100644
|
| --- a/src/IceInst.cpp
|
| +++ b/src/IceInst.cpp
|
| @@ -473,6 +473,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);
|
|
|