| Index: src/IceCfg.h
|
| diff --git a/src/IceCfg.h b/src/IceCfg.h
|
| index c24319c72d8e7eda8f5432ce67102260d7ed3514..d3aabe93915ef29435bd761e4d876beab91145de 100644
|
| --- a/src/IceCfg.h
|
| +++ b/src/IceCfg.h
|
| @@ -227,7 +227,7 @@ public:
|
| void emitIAS();
|
| static void emitTextHeader(const IceString &Name, GlobalContext *Ctx,
|
| const Assembler *Asm);
|
| - void dump(const IceString &Message = "");
|
| + void dump(const char *Message = "");
|
|
|
| /// Allocate data of type T using the per-Cfg allocator.
|
| template <typename T> T *allocate() { return Allocator->Allocate<T>(); }
|
|
|