From cb53632869dafa01d514378c810549a1e9e47aee Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Wed, 13 Apr 2011 14:39:42 +0000 Subject: Remove some redundant llvm:: prefixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129441 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Constants.h') diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index 7a9a0e7..f00a763 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -897,7 +897,7 @@ public: /// getWithOperands - This returns the current constant expression with the /// operands replaced with the specified values. The specified operands must /// match count and type with the existing ones. - Constant *getWithOperands(llvm::ArrayRef Ops) const; + Constant *getWithOperands(ArrayRef Ops) const; virtual void destroyConstant(); virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U); -- cgit v1.1