Right, stop being silly

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14184 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-06-15 21:29:40 +00:00
parent 6c07f30dbe
commit 5e9a7ca75a

View File

@ -8,6 +8,6 @@ implementation
;
void %libm() {
call bool %llvm.isunordered(float 0.0, float 1.0)
call bool %llvm.isunordered(double 0.0, double double 0x7FF8000000000000)
call bool %llvm.isunordered(double 0.0, double 0x7FF8000000000000)
ret void
}