OSDN Git Service

[FastISel][ARM] Fix a think-o in my previous commit (r215682).
authorJuergen Ributzka <juergen@apple.com>
Fri, 15 Aug 2014 16:59:46 +0000 (16:59 +0000)
committerJuergen Ributzka <juergen@apple.com>
Fri, 15 Aug 2014 16:59:46 +0000 (16:59 +0000)
commit7b0f4a82d4de49c2a1c00ef93a39d4cb2534c9b9
treebb5c4b4b11fdef44132a5d6ec62ede58bc8d4e8d
parentd37ec47374bf5c4ab3e443be1fe208f459afc696
[FastISel][ARM] Fix a think-o in my previous commit (r215682).

We actually need to return the register into which we materialized the constant
and not just "true" for success. This code is currently partially dead, that is
why it didn't trigger any failures yet. Once I change the order of the constant
materialization this code will be fully exercised.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215727 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp