summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2014-01-15 03:32:42 +0000
committerJim Ingham <jingham@apple.com>2014-01-15 03:32:42 +0000
commit39fdae7f6a59a63e64977fe42350141928e8ac6b (patch)
tree8224883bc323c02d2217828e86fae639ef6fe6f4 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
parenta8b99ca4bb299bd0191983dfd36e6349fdec5fb3 (diff)
downloadbcm5719-llvm-39fdae7f6a59a63e64977fe42350141928e8ac6b.tar.gz
bcm5719-llvm-39fdae7f6a59a63e64977fe42350141928e8ac6b.zip
Fix a bug where if we stop but nobody says there was a reason for the stop, we would return
control to the user anyway. This was put in to handle monitors that would say there was no stop reason when you first attached to them. But it broke the case where you hit a thread specific breakpoint on many threads, but NOT the one specified in the breakpoint. I work around this by only doing the junky override when the StopID is 0 - i.e. on first attach. This commit also adds a test for thread specific breakpoints. llvm-svn: 199290
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud