[FastISel] Fix a bug in FastISel::CallLoweringInfo.
authorJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 22:07:44 +0000 (22:07 +0000)
committerJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 22:07:44 +0000 (22:07 +0000)
commit7d8b5f7777735d4f78d97348c23906d4d9e83732
tree772419b696a4f66b6028b0a03f148afdc107aeb4
parentec6117cf1d2ce4d6bac3f0883e4465d7d949f75d
[FastISel] Fix a bug in FastISel::CallLoweringInfo.

This fixes a bug in FastISel::CallLoweringInfo, where the number of
arguments was obtained from the argument vector before it had been
initialized.

Test case follows in another commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217832 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h