commit | a8b107e9e0379f6fbe1a22ba0654a7ff895be9f3 | [log] [tgz] |
---|---|---|
author | Michael Gottesman <mgottesman@apple.com> | Mon Aug 12 20:49:27 2013 +0000 |
committer | Michael Gottesman <mgottesman@apple.com> | Mon Aug 12 20:49:27 2013 +0000 |
tree | 7a96e77ba3bbeb8c4277d23b1a514dc22997cc48 | |
parent | 55e464b4056e81b6a3d976533b43e7155e5dd7c6 [diff] |
[branchfolding] Fix typo in C++ editor declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188201 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/BranchFolding.h b/lib/CodeGen/BranchFolding.h index 26bdca9..0d15ed7 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 //