aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-10-12 08:40:44 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-10-12 08:40:44 +0000
commit6751cdfbf2329fba5eeeebfa380c1b4e1e8c6e3f (patch)
tree29a5d4291c23c80a8423f42d6362b423e882bcad /include
parent2929a8efd8ccd11f8ee8ee87bf8a7f13e4cec703 (diff)
downloadexternal_llvm-6751cdfbf2329fba5eeeebfa380c1b4e1e8c6e3f.zip
external_llvm-6751cdfbf2329fba5eeeebfa380c1b4e1e8c6e3f.tar.gz
external_llvm-6751cdfbf2329fba5eeeebfa380c1b4e1e8c6e3f.tar.bz2
Cosmetic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42897 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/RegisterCoalescer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/RegisterCoalescer.h b/include/llvm/CodeGen/RegisterCoalescer.h
index e7727d5..cf1932f 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;
}
};
}