commit | a28da41a4aa3d797f74009ab74bfffc3ba7e0194 | [log] [tgz] |
---|---|---|
author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | Thu Jan 26 22:07:37 2017 +0000 |
committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | Thu Jan 26 22:07:37 2017 +0000 |
tree | eb14e2d65da62a4b301c9925e13a231a180299f8 | |
parent | e264bcdc06dbae055e081851ee485ac06eb74069 [diff] |
[GlobalISel] Remove duplicate function using variadic templates. NFC. I think the initial version of r293172 was trying: std::forward<Args...>(args)... which doesn't compile. This seems like the correct way: std::forward<Args>(args)... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293214 91177308-0d34-0410-b5e6-96231b3b80d8