- Doh. Pass vector by value is bad.
authorEvan Cheng <evan.cheng@apple.com>
Sun, 7 Sep 2008 09:02:18 +0000 (09:02 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 7 Sep 2008 09:02:18 +0000 (09:02 +0000)
commitc7fcfa07d9c358e5fe20cf1da82f6b60a862920d
treeff85c59c387238748f070342dde52bc5b77c107c
parente3e36263384a7f4662f2eafa090507602a5c391e
- Doh. Pass vector by value is bad.
- Add a AnalyzeCallResult specialized for calls which produce a single value. This is used by fastisel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55879 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CallingConvLower.h
lib/CodeGen/SelectionDAG/CallingConvLower.cpp