Skip to content

Commit 2696f9b

Browse files
bschommerxavierleroy
authored andcommitted
Remove __builtin_nop from list of x86 builtins.
1 parent 7077c2e commit 2696f9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x86/CBuiltins.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ let builtins = {
7373
(TVoid [], [TPtr(TInt(IUShort, []), []); TInt(IUShort, [])], false);
7474
"__builtin_write32_reversed",
7575
(TVoid [], [TPtr(TInt(IUInt, []), []); TInt(IUInt, [])], false);
76-
(* no operation *)
77-
"__builtin_nop",
78-
(TVoid [], [], false);
7976
]
8077
}
8178

0 commit comments

Comments
 (0)