summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/RegisterAllocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/RegisterAllocation.h')
-rw-r--r--include/llvm/CodeGen/RegisterAllocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/RegisterAllocation.h b/include/llvm/CodeGen/RegisterAllocation.h
index 572c325610..60d0df511a 100644
--- a/include/llvm/CodeGen/RegisterAllocation.h
+++ b/include/llvm/CodeGen/RegisterAllocation.h
@@ -1,4 +1,4 @@
-//===-- CodeGen/RegisterAllocation.h - RegAlloc Pass -------------*- C++ -*--=//
+//===-- CodeGen/RegisterAllocation.h - RegAlloc Pass ------------*- C++ -*-===//
//
// This pass register allocates a module, a method at a time.
//