From bde84a96ea67737e275d2adee2da86a0fa875785 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Mon, 1 Jul 2013 21:31:10 +0000 Subject: [PATCH] Add a newline. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185385 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/R600/Processors.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]>; -- 2.34.1