[llvm] r185385 - Add a newline.

Chad Rosier mcrosier at apple.com
Mon Jul 1 14:31:10 PDT 2013


Author: mcrosier
Date: Mon Jul  1 16:31:10 2013
New Revision: 185385

URL: http://llvm.org/viewvc/llvm-project?rev=185385&view=rev
Log:
Add a newline.

Modified:
    llvm/trunk/lib/Target/R600/Processors.td

Modified: llvm/trunk/lib/Target/R600/Processors.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/Processors.td?rev=185385&r1=185384&r2=185385&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/Processors.td (original)
+++ llvm/trunk/lib/Target/R600/Processors.td Mon Jul  1 16:31:10 2013
@@ -50,4 +50,4 @@ def : Proc<"oland",      SI_Itin, [Featu
 def : Proc<"hainan",     SI_Itin, [FeatureSouthernIslands]>;
 def : Proc<"bonaire",    SI_Itin, [FeatureSouthernIslands]>;
 def : Proc<"kabini",     SI_Itin, [FeatureSouthernIslands]>;
-def : Proc<"kaveri",     SI_Itin, [FeatureSouthernIslands]>;
\ No newline at end of file
+def : Proc<"kaveri",     SI_Itin, [FeatureSouthernIslands]>;





More information about the llvm-commits mailing list