Fix thinko. Cmp can be the first instruction in a MBB.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 15 Feb 2011 05:00:24 +0000 (05:00 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 15 Feb 2011 05:00:24 +0000 (05:00 +0000)
commit326d976eb2b03d1f2b7537d7b90dff264fd84378
treea000a4c77ff0a07d0c4088122948c886b5f4976b
parente7394ea9c6fac7e1af3a1e4b24fc545d8898110f
Fix thinko. Cmp can be the first instruction in a MBB.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125552 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/PeepholeOptimizer.cpp