Index: src/IceInst.cpp |
diff --git a/src/IceInst.cpp b/src/IceInst.cpp |
index 0e6be75ffd8b6a3dd34aa2427c5eada0ff106461..659d5e55d80f35ece874c05a1ac9f7c2d6c03d6c 100644 |
--- a/src/IceInst.cpp |
+++ b/src/IceInst.cpp |
@@ -699,7 +699,7 @@ void InstLoad::dump(const Cfg *Func) const { |
Ostream &Str = Func->getContext()->getStrDump(); |
dumpDest(Func); |
Type Ty = getDest()->getType(); |
- Str << " = load " << Ty << "* "; |
+ Str << " = load " << Ty << ", " << Ty << "* "; |
dumpSources(Func); |
Str << ", align " << typeAlignInBytes(Ty); |
} |