summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LoopVR.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/LoopVR.h')
-rw-r--r--include/llvm/Analysis/LoopVR.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/LoopVR.h b/include/llvm/Analysis/LoopVR.h
index db260c4350..1d806f83aa 100644
--- a/include/llvm/Analysis/LoopVR.h
+++ b/include/llvm/Analysis/LoopVR.h
@@ -30,7 +30,7 @@ class LoopVR : public FunctionPass {
public:
static char ID; // Class identification, replacement for typeinfo
- LoopVR() : FunctionPass(intptr_t(&ID)) {}
+ LoopVR() : FunctionPass(&ID) {}
bool runOnFunction(Function &F);
virtual void print(std::ostream &os, const Module *) const;