Add support to print 4-, 8-, and 16- byte constant literals in special
authorEvan Cheng <evan.cheng@apple.com>
Thu, 29 Jun 2006 00:26:09 +0000 (00:26 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 29 Jun 2006 00:26:09 +0000 (00:26 +0000)
commit2d2cec1e9e93a388bd8448f4bad661ac89a49de3
tree0d32690f2b8f01045e3d995f4a1daaf482c8a420
parent2c79de8018bb8c77a245d4ccb740affbf1f52319
Add support to print 4-, 8-, and 16- byte constant literals in special
sections. e.g. On Darwin that would be .literal4 and .literal8.

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