mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
For PR1319:
Convert to use the new Tcl expr based test harness. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36061 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -cee -constprop -instcombine -dce | llvm-dis | not grep 'REMOVE'
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -cee -constprop -instcombine -dce | \
|
||||
; RUN: llvm-dis | not grep REMOVE
|
||||
; END.
|
||||
|
||||
int %test_case_values_should_propagate(int %A) {
|
||||
switch int %A, label %D [
|
||||
|
||||
Reference in New Issue
Block a user