From: Chad Rosier Date: Mon, 1 Jul 2013 21:31:10 +0000 (+0000) Subject: Add a newline. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bde84a96ea67737e275d2adee2da86a0fa875785;p=oota-llvm.git Add a newline. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185385 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td index a0735d48964..4631c04c41e 100644 --- a/lib/Target/R600/Processors.td +++ b/lib/Target/R600/Processors.td @@ -50,4 +50,4 @@ def : Proc<"oland", SI_Itin, [FeatureSouthernIslands]>; 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]>;