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