summaryrefslogtreecommitdiff
path: root/include/llvm/Constants.h
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-04-13 14:39:42 +0000
committerJay Foad <jay.foad@gmail.com>2011-04-13 14:39:42 +0000
commitcb53632869dafa01d514378c810549a1e9e47aee (patch)
tree2e777546ad68dabd82111f836eaa29b4c3b608f2 /include/llvm/Constants.h
parentcda60cec1642fa7c4d9e34511c14fc37d8055733 (diff)
downloadllvm-cb53632869dafa01d514378c810549a1e9e47aee.tar.gz
llvm-cb53632869dafa01d514378c810549a1e9e47aee.tar.bz2
llvm-cb53632869dafa01d514378c810549a1e9e47aee.tar.xz
Remove some redundant llvm:: prefixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Constants.h')
-rw-r--r--include/llvm/Constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index 7a9a0e7324..f00a763edb 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<Constant*> Ops) const;
+ Constant *getWithOperands(ArrayRef<Constant*> Ops) const;
virtual void destroyConstant();
virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);