Skip to content

Commit

Permalink
[lanai] Update test to use peephole-opt and not peephole-opts
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274945 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jpienaar committed Jul 8, 2016
1 parent add1bef commit a9730bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CodeGen/MIR/Lanai/peephole-compare.mir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RUN: llc -run-pass=peephole-opts %s -o /dev/null 2>&1 | FileCheck %s
# RUN: llc -run-pass=peephole-opt %s -o /dev/null 2>&1 | FileCheck %s

# Test the compare fold peephole.

Expand Down

0 comments on commit a9730bc

Please sign in to comment.