blob: 17b935ebc9b50a09c011c0baf916dc5d14fa8e08 [file] [log] [blame]
Alkis Evlogimenosfd39b302004-06-11 01:06:40 +00001declare bool "llvm.isunordered"(float, float)
2
3implementation
4
5; Test llvm intrinsics
6;
7void "void"(int, int)
8begin
9 %c = call bool %llvm.isunordered(float 0.0, float 1.0)
10 ret void
11end
12