summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2017-01-31 17:25:42 +0000
committerSanjay Patel <spatel@rotateright.com>2017-01-31 17:25:42 +0000
commit2217f75ad1453eacbc654a0572b3f55ef10c4708 (patch)
tree7506a8fc7bb1bcde38425f940d0b03b1f54bd7f0 /llvm/lib/Transforms/InstCombine/InstCombineInternal.h
parent0c86ccf4b418dde2d4b4d5b57a2aeae1e7d381fc (diff)
downloadbcm5719-llvm-2217f75ad1453eacbc654a0572b3f55ef10c4708.tar.gz
bcm5719-llvm-2217f75ad1453eacbc654a0572b3f55ef10c4708.zip
fix formatting; NFC
llvm-svn: 293652
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineInternal.h')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineInternal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
index 2847ce858e7..9c684f11087 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
+++ b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
@@ -314,8 +314,8 @@ public:
const unsigned SIOpd);
private:
- bool ShouldChangeType(unsigned FromBitWidth, unsigned ToBitWidth) const;
- bool ShouldChangeType(Type *From, Type *To) const;
+ bool shouldChangeType(unsigned FromBitWidth, unsigned ToBitWidth) const;
+ bool shouldChangeType(Type *From, Type *To) const;
Value *dyn_castNegVal(Value *V) const;
Value *dyn_castFNegVal(Value *V, bool NoSignedZero = false) const;
Type *FindElementAtOffset(PointerType *PtrTy, int64_t Offset,
OpenPOWER on IntegriCloud