[commit: ghc] master: Update a comment; spotted by Carter Schonwald (a44978b)
Ian Lynagh
igloo at earth.li
Sat May 18 22:54:03 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/a44978b94c63d7b67adc76fdf4093b97e41d8c81
>---------------------------------------------------------------
commit a44978b94c63d7b67adc76fdf4093b97e41d8c81
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat May 18 21:53:28 2013 +0100
Update a comment; spotted by Carter Schonwald
>---------------------------------------------------------------
compiler/main/DriverPipeline.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/main/DriverPipeline.hs b/compiler/main/DriverPipeline.hs
index 6c4bff9..fbc41ca 100644
--- a/compiler/main/DriverPipeline.hs
+++ b/compiler/main/DriverPipeline.hs
@@ -800,7 +800,7 @@ instance Outputable PhasePlus where
-- what the rest of the phases will be until part-way through the
-- compilation: for example, an {-# OPTIONS -fasm #-} at the beginning
-- of a source file can change the latter stages of the pipeline from
--- taking the via-C route to using the native code generator.
+-- taking the LLVM route to using the native code generator.
--
runPhase :: PhasePlus -- ^ Run this phase
-> FilePath -- ^ name of the input file
More information about the ghc-commits
mailing list