blob: 6e7a392125e18802be93a9dd55297201e008478a [file] [log] [blame]
Daniel Dunbar46a27162010-11-13 00:28:01 +00001; RUN: lli -force-interpreter=true %s
Jay Foad46a49da2010-01-15 11:29:26 +00002
3define i32 @main() {
4 %a = add i32 0, undef
Dan Gohmana9445e12010-03-02 01:11:08 +00005 %b = fadd float 0.0, undef
6 %c = fadd double 0.0, undef
Jay Foad46a49da2010-01-15 11:29:26 +00007 ret i32 0
8}