From: Chris Lattner Date: Tue, 28 Oct 2008 06:20:17 +0000 (+0000) Subject: fit in 80 cols X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0fed8bf91f3c73fcaa598bfdb26365a1c200e748;p=oota-llvm.git fit in 80 cols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58318 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 939cf102361..ee7e25ac76a 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -289,7 +289,8 @@ template <> inline bool isa_impl(const Value &Val) { return Val.getValueID() == Value::GlobalAliasVal; } template <> inline bool isa_impl(const Value &Val) { - return isa(Val) || isa(Val) || isa(Val); + return isa(Val) || isa(Val) || + isa(Val); } } // End llvm namespace