summaryrefslogtreecommitdiffstats
path: root/include/llvm/Intrinsics.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-07 08:52:43 +0000
committerChris Lattner <sabre@nondot.org>2007-01-07 08:52:43 +0000
commitf01da5939d1f62e3c2b69beecd184001a5dfc983 (patch)
tree06e002c8a1fb62d6ba8dce02d9cd36d5913e140d /include/llvm/Intrinsics.td
parentf1d71b537c1de856e399bf1b1a16f2f954d1f937 (diff)
downloadexternal_llvm-f01da5939d1f62e3c2b69beecd184001a5dfc983.zip
external_llvm-f01da5939d1f62e3c2b69beecd184001a5dfc983.tar.gz
external_llvm-f01da5939d1f62e3c2b69beecd184001a5dfc983.tar.bz2
llvm 2.0 doesn't support llvm.isunordered.*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32994 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Intrinsics.td')
-rw-r--r--include/llvm/Intrinsics.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Intrinsics.td b/include/llvm/Intrinsics.td
index 91c5333..e08fe2d 100644
--- a/include/llvm/Intrinsics.td
+++ b/include/llvm/Intrinsics.td
@@ -161,10 +161,6 @@ let Properties = [IntrWriteArgMem] in {
}
let Properties = [IntrNoMem] in {
- def int_isunordered_f32 : Intrinsic<[llvm_bool_ty,
- llvm_float_ty, llvm_float_ty]>;
- def int_isunordered_f64 : Intrinsic<[llvm_bool_ty,
- llvm_double_ty, llvm_double_ty]>;
def int_sqrt_f32 : Intrinsic<[llvm_float_ty , llvm_float_ty]>;
def int_sqrt_f64 : Intrinsic<[llvm_double_ty, llvm_double_ty]>;