mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
parent
2277dd737c
commit
c4313ce9ba
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