summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-08-12 20:49:27 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-08-12 20:49:27 +0000
commita8b107e9e0379f6fbe1a22ba0654a7ff895be9f3 (patch)
tree7a96e77ba3bbeb8c4277d23b1a514dc22997cc48
parent55e464b4056e81b6a3d976533b43e7155e5dd7c6 (diff)
downloadllvm-a8b107e9e0379f6fbe1a22ba0654a7ff895be9f3.tar.gz
llvm-a8b107e9e0379f6fbe1a22ba0654a7ff895be9f3.tar.bz2
llvm-a8b107e9e0379f6fbe1a22ba0654a7ff895be9f3.tar.xz
[branchfolding] Fix typo in C++ editor declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188201 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/BranchFolding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/BranchFolding.h b/lib/CodeGen/BranchFolding.h
index 26bdca93f7..0d15ed7e79 100644
--- a/lib/CodeGen/BranchFolding.h
+++ b/lib/CodeGen/BranchFolding.h
@@ -1,4 +1,4 @@
-//===-- BranchFolding.h - Fold machine code branch instructions --*- C++ -*===//
+//===-- BranchFolding.h - Fold machine code branch instructions -*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//