Fixed 2 more header comments...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173774 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Gottesman 2013-01-29 05:07:18 +00:00
parent 7fd324a31f
commit 9d46ef67ba
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//===- ObjCARCOpts.cpp - ObjC ARC Optimization ----------------------------===//
//===- ObjCARCContract.cpp - ObjC ARC Optimization ------------------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===- ObjCARCUtil.h - ObjC ARC Optimization ----------*- mode: c++ -*-----===//
//===- ObjCARCUtil.cpp - ObjC ARC Optimization --------*- mode: c++ -*-----===//
//
// The LLVM Compiler Infrastructure
//