Right, stop being silly
authorChris Lattner <sabre@nondot.org>
Tue, 15 Jun 2004 21:29:40 +0000 (21:29 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Jun 2004 21:29:40 +0000 (21:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14184 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/intrinsics.ll

index 89261e187ed696358d7aabc8dda8bdd20a697977..16a23744cbb09c2d25c6198f0d3439c94b65c421 100644 (file)
@@ -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
 }