From: Chris Lattner Date: Tue, 15 Jun 2004 21:29:40 +0000 (+0000) Subject: Right, stop being silly X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5e9a7ca75a4c6c091f0b2aa7139bb17e7094ee87;p=oota-llvm.git Right, stop being silly git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14184 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 }