From cf40539eac043bed9b0cf7df0999c1beda5df798 Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Thu, 4 Mar 2021 12:21:13 -0800 Subject: [PATCH] Use the right pass in test introduced in f1fdbd67 --- llvm/test/Transforms/InstSimplify/gc_relocate.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/InstSimplify/gc_relocate.ll b/llvm/test/Transforms/InstSimplify/gc_relocate.ll index fcf62c3..702bbcc 100644 --- a/llvm/test/Transforms/InstSimplify/gc_relocate.ll +++ b/llvm/test/Transforms/InstSimplify/gc_relocate.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt -early-cse -earlycse-debug-hash -S < %s | FileCheck %s +; RUN: opt -instsimplify -S < %s | FileCheck %s declare void @func() -- 2.7.4