diff options
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/intrinsics.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/intrinsics.ll b/test/Feature/intrinsics.ll index 89261e187e..16a23744cb 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 } |