summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/LlvmMangler.hs
diff options
context:
space:
mode:
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>2011-08-10 20:41:32 +1000
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>2011-08-10 22:03:42 +1000
commit242b2de0661e8bbab709cad2ed558b703ae77a0c (patch)
tree65519b3cbe24f3c17dfb5f4302c2d2a5a8c49bb6 /compiler/llvmGen/LlvmMangler.hs
parentf7a70506bc252d72628ea81faa20df8030923790 (diff)
downloadhaskell-242b2de0661e8bbab709cad2ed558b703ae77a0c.tar.gz
Warning police
Diffstat (limited to 'compiler/llvmGen/LlvmMangler.hs')
-rw-r--r--compiler/llvmGen/LlvmMangler.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvmGen/LlvmMangler.hs b/compiler/llvmGen/LlvmMangler.hs
index 866f49f442..68e92cf651 100644
--- a/compiler/llvmGen/LlvmMangler.hs
+++ b/compiler/llvmGen/LlvmMangler.hs
@@ -26,7 +26,7 @@ import Data.List ( sortBy )
import Data.Function ( on )
-- Magic Strings
-secStmt, infoSec, newLine, spInst, jmpInst, textStmt, dataStmt :: B.ByteString
+secStmt, infoSec, newLine, spInst, jmpInst, textStmt, dataStmt, syntaxUnified :: B.ByteString
secStmt = B.pack "\t.section\t"
infoSec = B.pack infoSection
newLine = B.pack "\n"