Index: src/IceInst.cpp |
diff --git a/src/IceInst.cpp b/src/IceInst.cpp |
index cfcaad3b1fe8e6185cc485d6c78d3d807001862d..2c321f2db08b412b4251d1f9aad787344704b679 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); |