1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Assembler/short-hexpair.ll
David Majnemer e1b75899bd AsmParser: Don't crash on short hex constants for fp128 types
If we see 0xL01, treat it like 0xL00000000000000000000000000000001
instead of crashing.

llvm-svn: 223811
2014-12-09 19:10:03 +00:00

5 lines
134 B
LLVM

; RUN: llvm-as < %s | llvm-dis | FileCheck %s
@x = global fp128 0xL01
; CHECK: @x = global fp128 0xL00000000000000000000000000000001