Fix llc path in MIR testcases committed in r237708.

I've committed testcases with local llc path by mistake.

llvm-svn: 237712
This commit is contained in:
Alex Lorenz 2015-05-19 18:45:41 +00:00
parent 64a6da947a
commit 06e3bf670f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# RUN: ~/build/llvm/bin/llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
# RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
# This test ensures that the LLVM IR that's embedded with MIR is parsed
# correctly.

View File

@ -1,4 +1,4 @@
# RUN: ~/build/llvm/bin/llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s
# RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s
# This test ensures that the MIR parser accepts files without the LLVM IR.
---