summaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicInst.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-07-22 14:13:14 +0000
committerGabor Greif <ggreif@gmail.com>2010-07-22 14:13:14 +0000
commit1ac022974a75aaccc11d9f7f024044cba7ee99f8 (patch)
treeacdd667fa985a6c754b9cb3c6976440eec612754 /include/llvm/IntrinsicInst.h
parentf95eef695d35cac832dfd1ff2b2e3081f7d0e24a (diff)
downloadllvm-1ac022974a75aaccc11d9f7f024044cba7ee99f8.tar.gz
llvm-1ac022974a75aaccc11d9f7f024044cba7ee99f8.tar.bz2
llvm-1ac022974a75aaccc11d9f7f024044cba7ee99f8.tar.xz
fit in 80 columns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109108 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/IntrinsicInst.h')
-rw-r--r--include/llvm/IntrinsicInst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IntrinsicInst.h b/include/llvm/IntrinsicInst.h
index 48f2da9b76..0c69e0786f 100644
--- a/include/llvm/IntrinsicInst.h
+++ b/include/llvm/IntrinsicInst.h
@@ -103,7 +103,7 @@ namespace llvm {
Value *getValue();
uint64_t getOffset() const {
return cast<ConstantInt>(
- const_cast<Value*>(getArgOperand(1)))->getZExtValue();
+ const_cast<Value*>(getArgOperand(1)))->getZExtValue();
}
MDNode *getVariable() const { return cast<MDNode>(getArgOperand(2)); }