From b62bae3e2ac5655380623a29b51bb14a957a9a8d Mon Sep 17 00:00:00 2001 From: Brett Simmers Date: Fri, 18 Jul 2014 09:19:48 -0700 Subject: [PATCH] RBTrace should be NNT Summary: I missed this when making CallsNative imply MayRaiseError. Closes https://github.com/facebook/hhvm/pull/3216 Reviewed By: @bertmaher Differential Revision: D1442287 --- hphp/runtime/vm/jit/ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hphp/runtime/vm/jit/ir.h b/hphp/runtime/vm/jit/ir.h index f4695178dbe..e89f8976cd2 100644 --- a/hphp/runtime/vm/jit/ir.h +++ b/hphp/runtime/vm/jit/ir.h @@ -862,7 +862,7 @@ O(IncStat, ND, C(Int) C(Int) C(Bool), E) \ O(TypeProfileFunc, ND, S(Gen) S(Func), E|NNT) \ O(ProfileArray, ND, S(Arr), E) \ O(IncStatGrouped, ND, CStr CStr C(Int), E|N) \ -O(RBTrace, ND, NA, E|N) \ +O(RBTrace, ND, NA, E|NNT) \ O(IncTransCounter, ND, NA, E) \ O(IncProfCounter, ND, NA, E) \ O(Count, D(Int), S(Cell), N|Er) \ -- 2.11.4.GIT