diff options
Diffstat (limited to 'test/CodeGen/const-unordered-compare.c')
-rw-r--r-- | test/CodeGen/const-unordered-compare.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/const-unordered-compare.c b/test/CodeGen/const-unordered-compare.c index ac7d35b..ffd04db 100644 --- a/test/CodeGen/const-unordered-compare.c +++ b/test/CodeGen/const-unordered-compare.c @@ -2,6 +2,6 @@ // Checks folding of an unordered comparison int nan_ne_check() { - // CHECK: store i32 1 + // CHECK: ret i32 1 return (__builtin_nanf("") != __builtin_nanf("")) ? 1 : 0; } |