Fix test failure introduced by r245521.
authorAlex Lorenz <arphaman@gmail.com>
Wed, 19 Aug 2015 23:56:37 +0000 (23:56 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 19 Aug 2015 23:56:37 +0000 (23:56 +0000)
commit81a3a8ea7914ffc25c112189a10a967116e8c0d1
tree2390be8c8e344751c3d4d4e402501b6441aac105
parente8a419727a1cf879254f2dc5b1cf862505fcb115
Fix test failure introduced by r245521.

Machine memory operands can contain pointer values that are constants, and
the 'getLocalSlot' method requires non-constant values.

The constant pointer values will have to be serialized in a different patch.

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