summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-12-02 02:12:09 +0000
committerEric Christopher <echristo@apple.com>2011-12-02 02:12:09 +0000
commit86e6c07a0cfb10162c300f4c2c79c51d4351545a (patch)
tree1b11b02494d21b508eaed9db1dca2f313cc11436 /clang/test/CodeGen
parent1ba6cfd1e63124eebf9d9bc58b49697a07744019 (diff)
downloadbcm5719-llvm-86e6c07a0cfb10162c300f4c2c79c51d4351545a.tar.gz
bcm5719-llvm-86e6c07a0cfb10162c300f4c2c79c51d4351545a.zip
Rename function.
llvm-svn: 145669
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/asm.c b/clang/test/CodeGen/asm.c
index 019eb9ca3e6..36b669ad0ef 100644
--- a/clang/test/CodeGen/asm.c
+++ b/clang/test/CodeGen/asm.c
@@ -211,7 +211,7 @@ void *t24(char c) {
// PR10299 - fpsr, fpcr
-void test(void)
+void t25(void)
{
__asm__ __volatile__( \
"finit" \
OpenPOWER on IntegriCloud