[llvm] r188201 - [branchfolding] Fix typo in C++ editor declaration.

Michael Gottesman mgottesman at apple.com
Mon Aug 12 13:49:27 PDT 2013


Author: mgottesman
Date: Mon Aug 12 15:49:27 2013
New Revision: 188201

URL: http://llvm.org/viewvc/llvm-project?rev=188201&view=rev
Log:
[branchfolding] Fix typo in C++ editor declaration.

Modified:
    llvm/trunk/lib/CodeGen/BranchFolding.h

Modified: llvm/trunk/lib/CodeGen/BranchFolding.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/BranchFolding.h?rev=188201&r1=188200&r2=188201&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/BranchFolding.h (original)
+++ llvm/trunk/lib/CodeGen/BranchFolding.h Mon Aug 12 15:49:27 2013
@@ -1,4 +1,4 @@
-//===-- BranchFolding.h - Fold machine code branch instructions --*- C++ -*===//
+//===-- BranchFolding.h - Fold machine code branch instructions -*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list