aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackProtector.cpp
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2015-10-23 20:09:57 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2015-10-23 20:09:57 +0000
commit52f7b08b4a421123fca59e1b5010ec82a406f870 (patch)
tree84d06396f305f5d8dfbf5addceb361dccbda9001 /llvm/lib/CodeGen/StackProtector.cpp
parent0a1bee8a80a1d11cc66790a50613f791b48269b0 (diff)
downloadllvm-52f7b08b4a421123fca59e1b5010ec82a406f870.zip
llvm-52f7b08b4a421123fca59e1b5010ec82a406f870.tar.gz
llvm-52f7b08b4a421123fca59e1b5010ec82a406f870.tar.bz2
[SCEV] Fix stylistic issue in MatchBinaryAddToConst; NFCI
Instead of checking `(FlagsPresent & ExpectedFlags) != 0`, check `(FlagsPresent & ExpectedFlags) == ExpectedFlags`. Right now they're equivalent since `ExpectedFlags` can only be either `FlagNUW` or `FlagNSW`, but if we ever pass in `ExpectedFlags` as `FlagNUW | FlagNSW` then checking `(FlagsPresent & ExpectedFlags) != 0` would be wrong. llvm-svn: 251142
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions