don't emit CmmComments for now
authorSimon Marlow <marlowsd@gmail.com>
Thu, 27 Nov 2008 09:01:45 +0000 (09:01 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 27 Nov 2008 09:01:45 +0000 (09:01 +0000)
commit1f03870f6ede10a94a784a484d74f669966606b9
tree2652cc21466cbe935cc6d1aa036fbd0fda4d24d1
parent611deea9a835d9c0d6d991af78739732a26aa21a
don't emit CmmComments for now
  - if the string contains */, we need to fix it (demonstrated by
    building Cabal with -fvia-C)
  - the strings can get quite large, so we probably only want to
    inject comments when some debugging option is on.
compiler/cmm/PprC.hs