1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Use the right pass in test introduced in f1fdbd67

This commit is contained in:
Philip Reames 2021-03-04 12:21:13 -08:00
parent b27f8e4b4e
commit 6b35179b07

View File

@ -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()