diff options
-rw-r--r-- | test/CodeGen/atomic-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/atomic-ops.c b/test/CodeGen/atomic-ops.c index 0ae70b1b37..3885d76b6d 100644 --- a/test/CodeGen/atomic-ops.c +++ b/test/CodeGen/atomic-ops.c @@ -80,4 +80,4 @@ int lock_free() { // CHECK: @lock_free // CHECK: ret i32 1 return __atomic_is_lock_free(sizeof(_Atomic(int))); -}
\ No newline at end of file +} |