1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fixed 2 more header comments...

llvm-svn: 173774
This commit is contained in:
Michael Gottesman 2013-01-29 05:07:18 +00:00
parent e5970ea945
commit 2153efb5eb
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
//