mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7acd1ccb8a
commit
2942e6356b
@ -3,8 +3,8 @@
|
|||||||
; nodes away allows the branches to be eliminated, performing a simple form of
|
; nodes away allows the branches to be eliminated, performing a simple form of
|
||||||
; 'if conversion'.
|
; 'if conversion'.
|
||||||
|
|
||||||
; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis > Output/%s.xform
|
; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis > %t.xform
|
||||||
; RUN: not grep phi Output/%s.xform && grep ret Output/%s.xform
|
; RUN: not grep phi %t.xform && grep ret %t.xform
|
||||||
|
|
||||||
declare void %use(bool)
|
declare void %use(bool)
|
||||||
declare void %use(int)
|
declare void %use(int)
|
||||||
|
Loading…
Reference in New Issue
Block a user