reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte
authorChris Lattner <sabre@nondot.org>
Wed, 13 Jan 2010 04:34:19 +0000 (04:34 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Jan 2010 04:34:19 +0000 (04:34 +0000)
commit3cc3a00570e8263369346cf2eef9a72488326952
treed638ca55c6b0f8eb941af2343f4a26c636cdd7ee
parentfe0e7ed6b077360dbcc6d9f0bc0a4dfeb77c8e9b
reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte
integers on 64-bit systems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93291 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp