From: Gabor Greif Date: Thu, 22 Jul 2010 14:13:14 +0000 (+0000) Subject: fit in 80 columns X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1ac022974a75aaccc11d9f7f024044cba7ee99f8;p=oota-llvm.git fit in 80 columns git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109108 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IntrinsicInst.h b/include/llvm/IntrinsicInst.h index 48f2da9b76c..0c69e0786f5 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( - const_cast(getArgOperand(1)))->getZExtValue(); + const_cast(getArgOperand(1)))->getZExtValue(); } MDNode *getVariable() const { return cast(getArgOperand(2)); }