Cosmetic.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 12 Oct 2007 08:40:44 +0000 (08:40 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 12 Oct 2007 08:40:44 +0000 (08:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42897 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/RegisterCoalescer.h

index e7727d54347a07d787a0789b56a64fe797798ec8..cf1932f0dd3a029828f70bc10fadf1ca911ec0f7 100644 (file)
@@ -143,7 +143,7 @@ namespace llvm
     /// about which copies to coalesce should be made by the
     /// coalescer.
     virtual bool isLegalToCoalesce(const MachineInstr &inst) const {
-      return(true);
+      return true;
     }
   };
 }