From 4dbc74a953ae1b34ce64a4eaef3aa7feb73663b9 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 13 Feb 2023 10:38:14 -0800 Subject: Add Loop Unrolling Pass. (#2644) Co-authored-by: Yong He --- tests/ir/string-literal.slang.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ir/string-literal.slang.expected') diff --git a/tests/ir/string-literal.slang.expected b/tests/ir/string-literal.slang.expected index 48836cae6..6f414b0da 100644 --- a/tests/ir/string-literal.slang.expected +++ b/tests/ir/string-literal.slang.expected @@ -1,6 +1,7 @@ result code = 0 standard error = { ### LOWER-TO-IR: +undefined [entryPoint(6 : Int, "main", "string-literal")] [numThreads(1 : Int, 1 : Int, 1 : Int)] [export("_S3tu04mainp1puV")] @@ -13,7 +14,6 @@ block %1( return_val(void_constant) } global_hashed_string_literals("Hello \t\n\0x083 World") -undefined ### } standard output = { -- cgit v1.2.3