From 4b11dc566a5bbfa1378d6266525c281b028abcc8 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Fri, 10 Feb 2017 20:35:12 +0900 Subject: Imported Upstream version 1.0.0.9910 --- src/jit/ssabuilder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jit/ssabuilder.h') diff --git a/src/jit/ssabuilder.h b/src/jit/ssabuilder.h index 2fff06573e..e82a4007e3 100644 --- a/src/jit/ssabuilder.h +++ b/src/jit/ssabuilder.h @@ -164,8 +164,8 @@ private: // block of those handlers. void AddDefToHandlerPhis(BasicBlock* block, unsigned lclNum, unsigned count); - // Same as above, for "Heap". - void AddHeapDefToHandlerPhis(BasicBlock* block, unsigned count); + // Same as above, for memory. + void AddMemoryDefToHandlerPhis(MemoryKind memoryKind, BasicBlock* block, unsigned count); // Requires "block" to be non-NULL. Requires "pRenameState" to be non-NULL and be currently used // for variables renaming. Assigns the rhs arguments to the phi, i.e., block's phi node arguments. -- cgit v1.2.3