fit in 80 columns
authorGabor Greif <ggreif@gmail.com>
Thu, 22 Jul 2010 14:13:14 +0000 (14:13 +0000)
committerGabor Greif <ggreif@gmail.com>
Thu, 22 Jul 2010 14:13:14 +0000 (14:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109108 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IntrinsicInst.h

index 48f2da9b76c6dcf3d6dbfbf7f18a7c5fe92229f8..0c69e0786f5c131ea7fe949c2579865dcb68bba6 100644 (file)
@@ -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)); }