Use <0 checks in place of ==-1 because it results in simpler code.
[oota-llvm.git] / lib / Target / Mips / MipsSelectionDAGInfo.h
index 59c6d89e9c3248c10ab9452e97a642a1368c99b3..6cafb558b35ab68831c076f8903387d95c59f6b1 100644 (file)
@@ -1,15 +1,15 @@
-//===-- MipsSelectionDAGInfo.h - Mips SelectionDAG Info --------*- C++ -*-===//
+//===-- MipsSelectionDAGInfo.h - Mips SelectionDAG Info ---------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
 // This file is distributed under the University of Illinois Open Source
 // License. See LICENSE.TXT for details.
 //
-//===---------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 // This file defines the Mips subclass for TargetSelectionDAGInfo.
 //
-//===---------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===//
 
 #ifndef MIPSSELECTIONDAGINFO_H
 #define MIPSSELECTIONDAGINFO_H