Added missing curly braces which renders the if clause useless in debug build.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 20 Oct 2007 04:01:47 +0000 (04:01 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 20 Oct 2007 04:01:47 +0000 (04:01 +0000)
commitb9d5e7cdc9ce587f27e0ea9ced35db60f2601d2e
tree284a91031bd4fcb90665814e1ccda72ee6bb205c
parente526962fc59d38b4b0f671717df7657b8e0d8baa
Added missing curly braces which renders the if clause useless in debug build.

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