mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 03:55:48 -04:00

If we see 0xL01, treat it like 0xL00000000000000000000000000000001 instead of crashing. llvm-svn: 223811
5 lines
134 B
LLVM
5 lines
134 B
LLVM
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
|
|
|
@x = global fp128 0xL01
|
|
; CHECK: @x = global fp128 0xL00000000000000000000000000000001
|