mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Test floating point constants
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18045 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a29db43a7
commit
bab98e4a32
6
test/Feature/float.ll
Normal file
6
test/Feature/float.ll
Normal file
@ -0,0 +1,6 @@
|
||||
; RUN: llvm-as %s -o - | llvm-dis > Output/t1.ll
|
||||
; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll
|
||||
; RUN: diff Output/t1.ll Output/t2.ll
|
||||
|
||||
%F1 = global float 0x4010000000000000
|
||||
%D1 = global double 0x4010000000000000
|
Loading…
x
Reference in New Issue
Block a user