Skip to content
Commit 8f40e359 authored by Chris Lattner's avatar Chris Lattner
Browse files

I misled Alkis: LLVM should have isnan, not isunordered.

  isunordered(X, Y) === isnan(X) | isnan(Y)

Remove isunordered, add isnan.

Modernize testcase

llvm-svn: 14133
parent 8f69c9e4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment