summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/short-hexpair.ll
Commit message (Collapse)AuthorAgeFilesLines
* AsmParser: Don't crash on short hex constants for fp128 typesDavid Majnemer2014-12-091-0/+4
If we see 0xL01, treat it like 0xL00000000000000000000000000000001 instead of crashing. llvm-svn: 223811
OpenPOWER on IntegriCloud