summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/InstrScheduling.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/InstrScheduling.h')
-rw-r--r--include/llvm/CodeGen/InstrScheduling.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/InstrScheduling.h b/include/llvm/CodeGen/InstrScheduling.h
index 816aa7e806..c9aee2244a 100644
--- a/include/llvm/CodeGen/InstrScheduling.h
+++ b/include/llvm/CodeGen/InstrScheduling.h
@@ -1,10 +1,10 @@
//===-- InstrScheduling.h - Interface To Instruction Scheduling -*- 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 file defines a minimal, but complete, interface to instruction
@@ -22,7 +22,7 @@ class TargetMachine;
//---------------------------------------------------------------------------
// Function: createScheduleInstructionsWithSSAPass(..)
-//
+//
// Purpose:
// Entry point for instruction scheduling on SSA form.
// Schedules the machine instructions generated by instruction selection.