| commit | 3109001c191b67e8015efe6014e8bee8d814f98c | [log] [tgz] |
|---|---|---|
| author | Steve Naroff <snaroff@apple.com> | Mon Jul 16 21:54:35 2007 +0000 |
| committer | Steve Naroff <snaroff@apple.com> | Mon Jul 16 21:54:35 2007 +0000 |
| tree | f9e4daf3658ad10130c45d75c85eadc93fa1b67e | |
| parent | 7fcaaadf1ca82dcf6fb44599cac9086552c9746a [diff] |
Change DefaultFunctionArrayConversions and UsualUnaryConversions to return void. The caller needs to query the expression for the type. Since both these functions guarantee the expression contains a valid type, removed old/vacuous asserts (from code calling both of these routines). llvm-svn: 39930