Remove some out-of-date comments
authorIan Lynagh <igloo@earth.li>
Fri, 29 Apr 2011 11:30:56 +0000 (12:30 +0100)
committerIan Lynagh <igloo@earth.li>
Fri, 29 Apr 2011 11:30:56 +0000 (12:30 +0100)
compiler/main/DynFlags.hs

index 67065d0..a7de4a8 100644 (file)
@@ -2221,10 +2221,6 @@ machdepCCOpts'
         = ["-D_HPUX_SOURCE"]
 
 #elif i386_TARGET_ARCH
-      -- -fno-defer-pop : basically the same game as for m68k
-      --
-      -- -fomit-frame-pointer : *must* in .hc files; because we're stealing
-      --   the fp (%ebp) for our register maps.
         =  if opt_Static then ["-DDONT_WANT_WIN32_DLL_SUPPORT"] else []
 
 #else