Add a missing break.
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 30 Mar 2014 03:26:17 +0000 (03:26 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 30 Mar 2014 03:26:17 +0000 (03:26 +0000)
commitf646be137d42eadfe96300d193f107cb8685ab89
tree8a4e2174fed0b18bc29f2f5b9081c237e8c01301
parent4a9804a938cb831598bbaefd2c7359cc39998e01
Add a missing break.

Patch by Tobias Güntner.

I tried to write a test, but the only difference is the Changed value that
gets returned. It can be tested with "opt -debug-pass=Executions -functionattrs,
but that doesn't seem worth it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205121 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/FunctionAttrs.cpp