X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FCasting.h;h=e84676abc7795f82e9eaaac75e092d457fcb8e03;hp=6ba5efa4755498195c6a056314887d6b4e9e5d12;hb=cf0db29df20d9c665da7e82bb261bdd7cf7f1b2b;hpb=883d498abf4db0e059a1250147e07f4e9c47d9e3 diff --git a/include/llvm/Support/Casting.h b/include/llvm/Support/Casting.h index 6ba5efa4755..e84676abc77 100644 --- a/include/llvm/Support/Casting.h +++ b/include/llvm/Support/Casting.h @@ -321,6 +321,6 @@ dyn_cast_or_null(Y *Val) { return (Val && isa(Val)) ? cast(Val) : nullptr; } -} // End llvm namespace +} // namespace llvm #endif