From 5e9a7ca75a4c6c091f0b2aa7139bb17e7094ee87 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 15 Jun 2004 21:29:40 +0000 Subject: [PATCH] Right, stop being silly git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14184 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/intrinsics.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Feature/intrinsics.ll b/test/Feature/intrinsics.ll index 89261e187ed..16a23744cbb 100644 --- a/test/Feature/intrinsics.ll +++ b/test/Feature/intrinsics.ll @@ -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 }