commit | f65b9f58f4da63315c9e8bd741b64472cbb05bc9 | [log] [tgz] |
---|---|---|
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | Thu Oct 15 14:34:41 2009 +0000 |
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | Thu Oct 15 14:34:41 2009 +0000 |
tree | 49561773990016bc8c5a0032e2a14b76fcfe610c | |
parent | e2d3a3de71b2fa35614cb732a6da95a41fa38ad9 [diff] [blame] |
Sorry! Accidentally checked in experimental change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84183 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/builtins.c b/test/CodeGen/builtins.c index ac59b27..359d507 100644 --- a/test/CodeGen/builtins.c +++ b/test/CodeGen/builtins.c
@@ -117,7 +117,7 @@ -char *strcat(char *a, char const *b) {} +void strcat() {} void foo() { __builtin_strcat(0, 0);