forked from OSchip/llvm-project
[SystemZ] Fix new test case for expensive checks.
It needs 'tracksRegLiveness: true' to pass the machine verifier.
This commit is contained in:
parent
5eb19bf4a2
commit
509bac030a
|
@ -13,6 +13,7 @@
|
|||
define i32 @fun() { entry: ret i32 0 }
|
||||
---
|
||||
name: fun
|
||||
tracksRegLiveness: true
|
||||
body: |
|
||||
bb.0.entry:
|
||||
%1:addr64bit = IMPLICIT_DEF
|
||||
|
|
Loading…
Reference in New Issue