| commit | 91d9bfcec59e8731e14b63ca81d4832fea2e47e4 | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Sat Jun 17 17:30:31 2017 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Sat Jun 17 17:30:31 2017 +0000 |
| tree | af4b270ab9b558b31174dcab23b66bd537e9a02c | |
| parent | 025780ba6e92a299b96cfb6d3b1e807e65a0db9d [diff] |
CodeGen: make the type match the comment for a libcall Fix the type for a (runtime) library call to match both the comment and the runtime implementation. As it happens, the type being used matched, this just makes it more precise. llvm-svn: 305638