Right, stop being silly

llvm-svn: 14184
This commit is contained in:
Chris Lattner 2004-06-15 21:29:40 +00:00
parent ce4ac095f0
commit 75bcc59f1c
1 changed files with 1 additions and 1 deletions

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
}