Skip to content

Commit d9c9e48

Browse files
committed
Revert redundant changes to tests
1 parent aa80b71 commit d9c9e48

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/test/CodeGen/AMDGPU/early-tailduplicator-nophis.mir

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -run-pass=early-tailduplication -verify-machineinstrs -o - %s | FileCheck %s
33

44
# There are no phis in this testcase. Early tail duplication introduces them,
5-
# so the NoPHIs property needs to be set explicitly to false to avoid verifier
6-
# errors
5+
# so the NoPHIs property needs to be cleared to avoid verifier errors
76

87
---
98
name: tail_duplicate_nophis
109
tracksRegLiveness: true
11-
noPhis: false
1210
body: |
1311
; CHECK-LABEL: name: tail_duplicate_nophis
1412
; CHECK: bb.0:

0 commit comments

Comments
 (0)