[cfe-commits] r145669 - /cfe/trunk/test/CodeGen/asm.c

Eric Christopher echristo at apple.com
Thu Dec 1 18:12:10 PST 2011


Author: echristo
Date: Thu Dec  1 20:12:09 2011
New Revision: 145669

URL: http://llvm.org/viewvc/llvm-project?rev=145669&view=rev
Log:
Rename function.

Modified:
    cfe/trunk/test/CodeGen/asm.c

Modified: cfe/trunk/test/CodeGen/asm.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/asm.c?rev=145669&r1=145668&r2=145669&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/asm.c (original)
+++ cfe/trunk/test/CodeGen/asm.c Thu Dec  1 20:12:09 2011
@@ -211,7 +211,7 @@
 
 
 // PR10299 - fpsr, fpcr
-void test(void)
+void t25(void)
 {
   __asm__ __volatile__(					   \
 		       "finit"				   \





More information about the cfe-commits mailing list