mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Test case for http://llvm.org/PR6028.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b3701256c
commit
46a49da410
9
test/ExecutionEngine/2010-01-15-UndefValue.ll
Normal file
9
test/ExecutionEngine/2010-01-15-UndefValue.ll
Normal file
@ -0,0 +1,9 @@
|
||||
; RUN: llvm-as %s -o %t.bc
|
||||
; RUN: lli -force-interpreter=true %t.bc
|
||||
|
||||
define i32 @main() {
|
||||
%a = add i32 0, undef
|
||||
%b = add float 0.0, undef
|
||||
%c = add double 0.0, undef
|
||||
ret i32 0
|
||||
}
|
Loading…
Reference in New Issue
Block a user