[llvm-commits] [llvm] r109108 - /llvm/trunk/include/llvm/IntrinsicInst.h
Gabor Greif
ggreif at gmail.com
Thu Jul 22 07:13:14 PDT 2010
Author: ggreif
Date: Thu Jul 22 09:13:14 2010
New Revision: 109108
URL: http://llvm.org/viewvc/llvm-project?rev=109108&view=rev
Log:
fit in 80 columns
Modified:
llvm/trunk/include/llvm/IntrinsicInst.h
Modified: llvm/trunk/include/llvm/IntrinsicInst.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IntrinsicInst.h?rev=109108&r1=109107&r2=109108&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IntrinsicInst.h (original)
+++ llvm/trunk/include/llvm/IntrinsicInst.h Thu Jul 22 09:13:14 2010
@@ -103,7 +103,7 @@
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)); }
More information about the llvm-commits
mailing list