diff options
author | Eric Christopher <echristo@apple.com> | 2011-12-02 02:12:09 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-12-02 02:12:09 +0000 |
commit | 867a379acd42b0edef4836f44af540c7e34cc021 (patch) | |
tree | 5a5c794dd59e9b759c0920408b327edcafa74f5d /test | |
parent | 90db26000aefe9335370013eec64c85232d80227 (diff) |
Rename function.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145669 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/asm.c b/test/CodeGen/asm.c index 019eb9ca3e..36b669ad0e 100644 --- a/test/CodeGen/asm.c +++ b/test/CodeGen/asm.c @@ -211,7 +211,7 @@ void *t24(char c) { // PR10299 - fpsr, fpcr -void test(void) +void t25(void) { __asm__ __volatile__( \ "finit" \ |