Skip to content

Commit f0ca59b

Browse files
committed
Revert accidental change
1 parent 0f9aade commit f0ca59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/builtins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void test10(void) __attribute__((noreturn));
7575

7676
void test10(void) {
7777
__asm__("int3");
78-
__builtin_unreachable(1, 2, 3, 6, 7);
78+
__builtin_unreachable();
7979

8080
// No warning about falling off the end of a noreturn function.
8181
}

0 commit comments

Comments
 (0)