From 0664772ece60749e606ee94eb073206340cbb08c Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 15 Oct 2018 12:51:50 +0200 Subject: Some renaming leftovers. --- test/libyul/yulOptimizerTests/fullInliner/inside_condition.yul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/libyul') diff --git a/test/libyul/yulOptimizerTests/fullInliner/inside_condition.yul b/test/libyul/yulOptimizerTests/fullInliner/inside_condition.yul index ae25e9a3..76b6054b 100644 --- a/test/libyul/yulOptimizerTests/fullInliner/inside_condition.yul +++ b/test/libyul/yulOptimizerTests/fullInliner/inside_condition.yul @@ -1,4 +1,4 @@ -// This tests that breaking the expression inside the condition works properly. +// This tests that splitting the expression inside the condition works properly. { if gt(f(mload(1)), mload(0)) { sstore(0, 2) -- cgit v1.2.3