Remove CSE flag from GetCtxFwdCall
commit483f0abfb177088c173222d2f342f8cd375a9f9b
authorJordan DeLong <jdelong@fb.com>
Sun, 17 Nov 2013 00:18:58 +0000 (16 16:18 -0800)
committerSara Golemon <sgolemon@fb.com>
Mon, 18 Nov 2013 19:27:36 +0000 (18 11:27 -0800)
tree715c0634f36425f07d685ab481d74bc0f8a04be7
parent00c678e8f98d2f0fe1abe00e15561fd3eab9ded2
Remove CSE flag from GetCtxFwdCall

If this gets CSE'd, we will try to replace it with an IncRef,
which is a type error because it's not a subtype of Gen.

Reviewed By: @edwinsmith

Differential Revision: D1060856
hphp/runtime/vm/jit/ir.h
hphp/test/quick/cse_fwdctx.php [new file with mode: 0644]
hphp/test/quick/cse_fwdctx.php.expect [new file with mode: 0644]