Move OPTIONS pragmas above comments
[ghc-hetmet.git] / compiler / nativeGen / RegAllocColor.hs
index 21d7ed1..60c35a3 100644 (file)
@@ -1,8 +1,8 @@
+{-# OPTIONS -fno-warn-missing-signatures #-}
 -- | Graph coloring register allocator.
 --
 -- TODO: The colors in graphviz graphs for x86_64 and ppc could be nicer.
 --
-{-# OPTIONS -fno-warn-missing-signatures #-}
 
 module RegAllocColor ( 
        regAlloc,