1
0
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:
Evan Cheng 2008-06-07 08:40:16 +00:00
parent 6b5b097805
commit bc28ef2028

View File

@ -1,7 +1,7 @@
; This test ensures that the simplifycfg pass continues to constant fold
; 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) {
J: