commit | 6d47bcdcf16ce8eddc737d4f26baad9653604048 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Thu Sep 17 17:10:05 2015 -0700 |
committer | Andrew Scull <ascull@google.com> | Thu Sep 17 17:10:05 2015 -0700 |
tree | 6660635d52edf70c24e1706faa29581b1f369eea | |
parent | c49eeae4f33d0048b7099b6756274ae4d61a867e [diff] [blame] |
Refactor Hi and Lo out of Variable. BUG= R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1326013002 .
diff --git a/src/IceCfg.h b/src/IceCfg.h index 62a8914..6a1a1c8 100644 --- a/src/IceCfg.h +++ b/src/IceCfg.h
@@ -290,6 +290,8 @@ static void TlsInit() { ICE_TLS_INIT_FIELD(CurrentCfg); } }; +template <> Variable *Cfg::makeVariable<Variable>(Type Ty); + } // end of namespace Ice #endif // SUBZERO_SRC_ICECFG_H