Add triple to a test I just added.

llvm-svn: 364524
This commit is contained in:
Jeremy Morse 2019-06-27 11:52:03 +00:00
parent dd77b948f1
commit b51a428e56

View 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