diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-10-12 08:40:44 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-10-12 08:40:44 +0000 |
commit | dad9db6a32542bd4efe16c95f3f3ad0061b9ed64 (patch) | |
tree | 29a5d4291c23c80a8423f42d6362b423e882bcad | |
parent | 3393f892c76b4d6af77b2f1e92056a6e1488231a (diff) |
Cosmetic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42897 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/RegisterCoalescer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/RegisterCoalescer.h b/include/llvm/CodeGen/RegisterCoalescer.h index e7727d5434..cf1932f0dd 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; } }; } |