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 | 146b025c39b7fb6a92d44bdbbebf8c740d95783e (patch) | |
tree | 6c774feae090a3f6e23c5a3ea950532a3ff91656 /clang/test/CodeGen/builtins.c | |
parent | a8b89d26224a278dbe3562d69d1078611293f9f5 (diff) | |
download | bcm5719-llvm-146b025c39b7fb6a92d44bdbbebf8c740d95783e.tar.gz bcm5719-llvm-146b025c39b7fb6a92d44bdbbebf8c740d95783e.zip |
Sorry! Accidentally checked in experimental change.
llvm-svn: 84183
Diffstat (limited to 'clang/test/CodeGen/builtins.c')
-rw-r--r-- | clang/test/CodeGen/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/builtins.c b/clang/test/CodeGen/builtins.c index ac59b274958..359d5070ccc 100644 --- a/clang/test/CodeGen/builtins.c +++ b/clang/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); |