diff options
author | Matthias Braun <matze@braunis.de> | 2016-08-24 01:32:41 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-08-24 01:32:41 +0000 |
commit | 79f85b3b8ff8e54e9c94870477f2868929e481b7 (patch) | |
tree | 67b36c04f6c3f2f4f73e0361a42cf993bb619d41 /llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir | |
parent | b31163136ca249127b95a457308c7de3cb7a9841 (diff) | |
download | bcm5719-llvm-79f85b3b8ff8e54e9c94870477f2868929e481b7.tar.gz bcm5719-llvm-79f85b3b8ff8e54e9c94870477f2868929e481b7.zip |
MIRParser/MIRPrinter: Compute isSSA instead of printing/parsing it.
Specifying isSSA is an extra line at best and results in invalid MI at
worst. Compute the value instead.
Differential Revision: http://reviews.llvm.org/D22722
llvm-svn: 279600
Diffstat (limited to 'llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir')
-rw-r--r-- | llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir b/llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir index a2ad2092cb0..fc0c4ce8c07 100644 --- a/llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir +++ b/llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir @@ -15,7 +15,6 @@ ... --- name: stack_local -isSSA: true tracksRegLiveness: true registers: - { id: 0, class: gpr64common } |