]> granicus.if.org Git - llvm/commitdiff
Add triple to a test I just added.
authorJeremy Morse <jeremy.morse.llvm@gmail.com>
Thu, 27 Jun 2019 11:52:03 +0000 (11:52 +0000)
committerJeremy Morse <jeremy.morse.llvm@gmail.com>
Thu, 27 Jun 2019 11:52:03 +0000 (11:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364524 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/MIR/X86/regcoalescing-clears-dead-dbgvals.mir

index a5d707e097e7b763b5ce80fd25ff44aa6f34dfc1..6a225abf77576da4b1c127e347a5c6a1b723a899 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: llc %s -o - -run-pass=simple-register-coalescing | FileCheck %s
+# RUN: llc -mtriple=x86_64-unknown-unknown %s -o - -run-pass=simple-register-coalescing | FileCheck %s
 # PR40010: DBG_VALUEs do not contribute to the liveness of virtual registers,
 # and the register coalescer would merge new live values on top of DBG_VALUEs,
 # leading to them presenting new (wrong) values to the debugger. Test that