[cfe-commits] r59942 - /cfe/trunk/test/CodeGen/PR2413-void-address-cast-error.c

Anders Carlsson andersca at mac.com
Sun Nov 23 21:13:45 PST 2008


Author: andersca
Date: Sun Nov 23 23:13:45 2008
New Revision: 59942

URL: http://llvm.org/viewvc/llvm-project?rev=59942&view=rev
Log:
Forgot the newline :)

Modified:
    cfe/trunk/test/CodeGen/PR2413-void-address-cast-error.c

Modified: cfe/trunk/test/CodeGen/PR2413-void-address-cast-error.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/PR2413-void-address-cast-error.c?rev=59942&r1=59941&r2=59942&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/PR2413-void-address-cast-error.c (original)
+++ cfe/trunk/test/CodeGen/PR2413-void-address-cast-error.c Sun Nov 23 23:13:45 2008
@@ -3,4 +3,4 @@
 {
         void *addr;
         addr = (void *)( ((long int)addr + 7L) );
-}
\ No newline at end of file
+}





More information about the cfe-commits mailing list