OSDN Git Service

[CodeGen] Fix peephole optimizer bug introduced in r205481. Fixes PR19318.
authorLang Hames <lhames@gmail.com>
Thu, 3 Apr 2014 05:03:20 +0000 (05:03 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 3 Apr 2014 05:03:20 +0000 (05:03 +0000)
commit5a64ab6e032f81bb1d3d03cd957a37306b2b4b06
tree9bcd574b2664dc7dfbe83b43d3f73be3353b4842
parent46aa8c8dae6693b442201c334d10503568bfdd70
[CodeGen] Fix peephole optimizer bug introduced in r205481. Fixes PR19318.

I should have read that comment a little more carefully. ;)

Regression test in the works, committing in the mean time to un-break people.

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