mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix run line.
llvm-svn: 52072
This commit is contained in:
parent
6b5b097805
commit
bc28ef2028
@ -1,7 +1,7 @@
|
|||||||
; This test ensures that the simplifycfg pass continues to constant fold
|
; This test ensures that the simplifycfg pass continues to constant fold
|
||||||
; terminator instructions.
|
; terminator instructions.
|
||||||
|
|
||||||
; RUN: llvm-as < %s | opt -simplifycfg | not grep br
|
; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep br
|
||||||
|
|
||||||
define i32 @test(i32 %A, i32 %B) {
|
define i32 @test(i32 %A, i32 %B) {
|
||||||
J:
|
J:
|
||||||
|
Loading…
Reference in New Issue
Block a user