commit | 36087cd4e098def6c9e7dfc9072edcd34888fff6 | [log] [tgz] |
---|---|---|
author | John Porto <jpp@chromium.org> | Wed Jun 24 16:16:13 2015 -0700 |
committer | John Porto <jpp@chromium.org> | Wed Jun 24 16:16:13 2015 -0700 |
tree | c6b6222533aeb4df0ba62887168cca0829bf9d27 | |
parent | 20b71f5890ee8651983b126c5978594a01e0af96 [diff] |
Fixes the X86 Base template. It turns out that using using TargetLowering::<member> causes problems when compiling with g++. The problem was fixed by using Machine:: instead, where Machine is the template parameter. With name-dependent identifier, g++ does the right thing. BUG= None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1208663002.