summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ValueSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/ValueSet.h')
-rw-r--r--include/llvm/CodeGen/ValueSet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/ValueSet.h b/include/llvm/CodeGen/ValueSet.h
index f4bc6e80d4..558e7489d1 100644
--- a/include/llvm/CodeGen/ValueSet.h
+++ b/include/llvm/CodeGen/ValueSet.h
@@ -1,10 +1,10 @@
//===-- llvm/CodeGen/ValueSet.h ---------------------------------*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This header is OBSOLETE, do not use it for new code.
@@ -22,7 +22,7 @@ namespace llvm {
class Value;
-// RAV - Used to print values in a form used by the register allocator.
+// RAV - Used to print values in a form used by the register allocator.
//
struct RAV { // Register Allocator Value
const Value &V;