diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-05-18 21:53:28 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-05-18 21:53:28 +0100 |
commit | a44978b94c63d7b67adc76fdf4093b97e41d8c81 (patch) | |
tree | 7036ab686ea3e657d74c6fc58135aa66703b5369 | |
parent | b519e0011151dbacad0b134e36e426a3b3a963aa (diff) | |
download | haskell-a44978b94c63d7b67adc76fdf4093b97e41d8c81.tar.gz |
Update a comment; spotted by Carter Schonwald
-rw-r--r-- | compiler/main/DriverPipeline.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/DriverPipeline.hs b/compiler/main/DriverPipeline.hs index 6c4bff9364..fbc41ca70c 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 |