From: Philip Reames Date: Thu, 4 Mar 2021 20:21:13 +0000 (-0800) Subject: Use the right pass in test introduced in f1fdbd67 X-Git-Tag: llvmorg-14-init~13333 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf40539eac043bed9b0cf7df0999c1beda5df798;p=platform%2Fupstream%2Fllvm.git Use the right pass in test introduced in f1fdbd67 --- 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()