aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-07-01 21:31:10 +0000
committerChad Rosier <mcrosier@apple.com>2013-07-01 21:31:10 +0000
commitbde84a96ea67737e275d2adee2da86a0fa875785 (patch)
treec128089502fd0e10b9b84f1333fd7d006ac02e58
parent89c83b76329ad8eb383a72f14e03dd13b5d780b7 (diff)
downloadexternal_llvm-bde84a96ea67737e275d2adee2da86a0fa875785.zip
external_llvm-bde84a96ea67737e275d2adee2da86a0fa875785.tar.gz
external_llvm-bde84a96ea67737e275d2adee2da86a0fa875785.tar.bz2
Add a newline.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185385 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/R600/Processors.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td
index a0735d4..4631c04 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]>;