commit | cbf2c65b9e200ee1b7827171773faa1e4c399fb0 | [log] [tgz] |
---|---|---|
author | Justin Bogner <mail@justinbogner.com> | Tue Dec 08 02:37:48 2015 +0000 |
committer | Justin Bogner <mail@justinbogner.com> | Tue Dec 08 02:37:48 2015 +0000 |
tree | e866226503b6c661afebd321f34a57e782ce271f | |
parent | 4609cb778ad34d55e05762b7159f3339c4054145 [diff] |
AsmPrinter: Use emitGlobalConstantFP to emit elements of constant data It's strange to duplicate the logic for emitting FP values into emitGlobalConstantDataSequential, and it's even stranger that we end up printing the verbose assembly comments differently between the two paths. Just call into emitGlobalConstantFP rather than crudely duplicating its logic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254988 91177308-0d34-0410-b5e6-96231b3b80d8