Skip to content

Commit d064f21

Browse files
author
John Criswell
committed
Modify test to use the %t substition (temporary name). This is available
in the QMTest Testrunner tests. Please note that putting output files in the Output directory no longer works, as QMTest does not build Output directories anymore (nor does the test run in a separate subdirectory, anyway). llvm-svn: 12466
1 parent a078f47 commit d064f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Regression/Transforms/SimplifyCFG/PhiEliminate.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
; nodes away allows the branches to be eliminated, performing a simple form of
44
; 'if conversion'.
55

6-
; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis > Output/%s.xform
7-
; RUN: not grep phi Output/%s.xform && grep ret Output/%s.xform
6+
; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis > %t.xform
7+
; RUN: not grep phi %t.xform && grep ret %t.xform
88

99
declare void %use(bool)
1010
declare void %use(int)

0 commit comments

Comments
 (0)