Index: src/IceCompiler.h |
diff --git a/src/IceCompiler.h b/src/IceCompiler.h |
index e121dbb458cd466ebf938eb50a10e5b4dad853a4..6239b9f79a3d29f8bce407b31e01028800673508 100644 |
--- a/src/IceCompiler.h |
+++ b/src/IceCompiler.h |
@@ -33,8 +33,8 @@ class Compiler { |
public: |
Compiler() = default; |
- /// Run the compiler with the given GlobalContext for compilation |
- /// state. Upon error, the Context's error status will be set. |
+ /// Run the compiler with the given GlobalContext for compilation state. Upon |
+ /// error, the Context's error status will be set. |
void run(const ClFlagsExtra &ExtraFlags, GlobalContext &Ctx, |
std::unique_ptr<llvm::DataStreamer> &&InputStream); |
}; |