From: Evgeny Astigeevich Date: Thu, 21 Apr 2016 09:36:49 +0000 (+0000) Subject: Updated a test not to produce an empty s-file. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc972f14510df47b5e01736a3ed251c785f82414;p=platform%2Fupstream%2Fllvm.git Updated a test not to produce an empty s-file. llvm-svn: 266971 --- diff --git a/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir b/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir index 525c8e1..50344db 100644 --- a/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir +++ b/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir @@ -1,4 +1,4 @@ -# RUN: llc -mtriple=aarch64-linux-gnu -run-pass peephole-opts %s 2>&1 | FileCheck %s +# RUN: llc -mtriple=aarch64-linux-gnu -run-pass peephole-opts -o - %s 2>&1 | FileCheck %s # CHECK: %1 = ANDWri {{.*}} # CHECK-NEXT: %wzr = SUBSWri {{.*}} --- |