From 60e9742e8270c44f5fd83dd269633681bee42cb5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 14 Nov 2003 06:03:05 +0000 Subject: [PATCH] This is obviously illegal C++ code, but was apparently accepted by 3.3 bork git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9993 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Use.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/Use.h b/include/llvm/Use.h index f94045b39e4..d7c1010fc89 100644 --- a/include/llvm/Use.h +++ b/include/llvm/Use.h @@ -80,13 +80,13 @@ struct ilist_traits { }; -template<> struct std::simplify_type { +template<> struct simplify_type { typedef Value* SimpleType; static SimpleType getSimplifiedValue(const Use &Val) { return (SimpleType)Val.get(); } }; -template<> struct std::simplify_type { +template<> struct simplify_type { typedef Value* SimpleType; static SimpleType getSimplifiedValue(const Use &Val) { return (SimpleType)Val.get();