Skip to content

Commit dde6a27

Browse files
committed
Update Doc
Signed-off-by: Soumi Manna <[email protected]>
1 parent daa38b2 commit dde6a27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,8 +2504,7 @@ used on the same loop in conjunction with disable_loop_pipelining.
25042504

25052505
void foo() {
25062506
int var = 0;
2507-
[[intel::speculated_iterations(4)]]
2508-
for (int i = 0; i < 10; ++i) var++;
2507+
[[intel::speculated_iterations(4)]] for (int i = 0; i < 10; ++i) var++;
25092508
}
25102509

25112510
}];

0 commit comments

Comments
 (0)