summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-22 16:13:57 +0000
committerChris Lattner <sabre@nondot.org>2004-06-22 16:13:57 +0000
commitf4dc3fd26ebefe6e3d72ea6015702aeb8f2d43e3 (patch)
treeeecff5be9f6b5dcb8c0f557954c9d78f51f4cd7d /llvm
parent7b27d08aa975184aba17a22ac8278587a42ae84e (diff)
downloadbcm5719-llvm-f4dc3fd26ebefe6e3d72ea6015702aeb8f2d43e3.tar.gz
bcm5719-llvm-f4dc3fd26ebefe6e3d72ea6015702aeb8f2d43e3.zip
Isnan became unordered
llvm-svn: 14322
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/CodeGen/X86/isnan.llx4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/isnan.llx b/llvm/test/Regression/CodeGen/X86/isnan.llx
index eb7bed36282..df4390a4ab4 100644
--- a/llvm/test/Regression/CodeGen/X86/isnan.llx
+++ b/llvm/test/Regression/CodeGen/X86/isnan.llx
@@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llc -march=x86 | not grep call
-declare bool %llvm.isnan(double)
+declare bool %llvm.isunordered(double)
bool %test_isnan(double %X) {
- %R = call bool %llvm.isnan(double %X)
+ %R = call bool %llvm.isunordered(double %X, double %X)
ret bool %R
}
OpenPOWER on IntegriCloud