[llvm] r323748 - Change simple-register-allocation-read-undef.mir so that it doesn't fail if the file path contains 'dead' . NFC

Amaury Sechet via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 03:07:36 PST 2018


Author: deadalnix
Date: Tue Jan 30 03:07:36 2018
New Revision: 323748

URL: http://llvm.org/viewvc/llvm-project?rev=323748&view=rev
Log:
Change simple-register-allocation-read-undef.mir so that it doesn't fail if the file path contains 'dead' . NFC

Modified:
    llvm/trunk/test/CodeGen/X86/simple-register-allocation-read-undef.mir

Modified: llvm/trunk/test/CodeGen/X86/simple-register-allocation-read-undef.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/simple-register-allocation-read-undef.mir?rev=323748&r1=323747&r2=323748&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/simple-register-allocation-read-undef.mir (original)
+++ llvm/trunk/test/CodeGen/X86/simple-register-allocation-read-undef.mir Tue Jan 30 03:07:36 2018
@@ -1,4 +1,4 @@
-# RUN: llc -mtriple=x86_64-- %s -o - -run-pass=simple-register-coalescing | FileCheck %s
+# RUN: llc < %s -x=mir -mtriple=x86_64-- -run-pass=simple-register-coalescing | FileCheck %s
 ---
 name: f
 body: |




More information about the llvm-commits mailing list