| Index: src/IceInst.cpp
 | 
| diff --git a/src/IceInst.cpp b/src/IceInst.cpp
 | 
| index 6893856e9e8846d33cb0f3951127fc6b6b7f1a29..af7152f0a690b8b221b58ae9d0a35b4234fbb60d 100644
 | 
| --- a/src/IceInst.cpp
 | 
| +++ b/src/IceInst.cpp
 | 
| @@ -611,7 +611,7 @@ void InstExtractElement::dump(const Cfg *Func) const {
 | 
|    Str << ", ";
 | 
|    Str << getSrc(1)->getType() << " ";
 | 
|    getSrc(1)->dump(Func);
 | 
| -};
 | 
| +}
 | 
|  
 | 
|  void InstInsertElement::dump(const Cfg *Func) const {
 | 
|    Ostream &Str = Func->getContext()->getStrDump();
 | 
| @@ -625,7 +625,7 @@ void InstInsertElement::dump(const Cfg *Func) const {
 | 
|    Str << ", ";
 | 
|    Str << getSrc(2)->getType() << " ";
 | 
|    getSrc(2)->dump(Func);
 | 
| -};
 | 
| +}
 | 
|  
 | 
|  void InstFcmp::dump(const Cfg *Func) const {
 | 
|    Ostream &Str = Func->getContext()->getStrDump();
 | 
| 
 |