diff options
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2009-10-15 14:34:41 +0000 |
---|---|---|
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2009-10-15 14:34:41 +0000 |
commit | f65b9f58f4da63315c9e8bd741b64472cbb05bc9 (patch) | |
tree | 49561773990016bc8c5a0032e2a14b76fcfe610c | |
parent | e2d3a3de71b2fa35614cb732a6da95a41fa38ad9 (diff) |
Sorry! Accidentally checked in experimental change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84183 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/builtins.c b/test/CodeGen/builtins.c index ac59b27495..359d5070cc 100644 --- a/test/CodeGen/builtins.c +++ b/test/CodeGen/builtins.c @@ -117,7 +117,7 @@ int main() { -char *strcat(char *a, char const *b) {} +void strcat() {} void foo() { __builtin_strcat(0, 0); |