aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-10 04:17:32 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-10 04:17:32 +0000
commit7679693fdff990bd68692ca2f26c290c3c1b92ae (patch)
tree90c1084d6814780056c578da832422dcfc112c11 /lib/Target/CBackend
parent93a0962e088dc184d6174c4b4b85d5c38e938317 (diff)
downloadexternal_llvm-7679693fdff990bd68692ca2f26c290c3c1b92ae.zip
external_llvm-7679693fdff990bd68692ca2f26c290c3c1b92ae.tar.gz
external_llvm-7679693fdff990bd68692ca2f26c290c3c1b92ae.tar.bz2
Change the file header name as this file was renamed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33051 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CBackend')
-rw-r--r--lib/Target/CBackend/CBackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp
index e738c99..55fade5 100644
--- a/lib/Target/CBackend/CBackend.cpp
+++ b/lib/Target/CBackend/CBackend.cpp
@@ -1,4 +1,4 @@
-//===-- Writer.cpp - Library for converting LLVM code to C ----------------===//
+//===-- CBackend.cpp - Library for converting LLVM code to C --------------===//
//
// The LLVM Compiler Infrastructure
//