diff --git a/include/llvm/CodeGen/RegisterCoalescer.h b/include/llvm/CodeGen/RegisterCoalescer.h index e7727d54347..cf1932f0dd3 100644 --- a/include/llvm/CodeGen/RegisterCoalescer.h +++ b/include/llvm/CodeGen/RegisterCoalescer.h @@ -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; } }; }