diff options
Diffstat (limited to 'test/torture-s/string-opt-5.c.s')
-rw-r--r-- | test/torture-s/string-opt-5.c.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/torture-s/string-opt-5.c.s b/test/torture-s/string-opt-5.c.s index 9923c39e4..1252b95be 100644 --- a/test/torture-s/string-opt-5.c.s +++ b/test/torture-s/string-opt-5.c.s @@ -385,3 +385,10 @@ buf: .ident "clang version 3.9.0 " + .functype strlen, i32, i32 + .functype abort, void + .functype strcmp, i32, i32, i32 + .functype strchr, i32, i32, i32 + .functype strrchr, i32, i32, i32 + .functype strncpy, i32, i32, i32, i32 + .functype memcmp, i32, i32, i32, i32 |