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/X86/undefined-fixed-stack-object.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/X86/undefined-fixed-stack-object.mir')
-rw-r--r-- | llvm/test/CodeGen/MIR/X86/undefined-fixed-stack-object.mir | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/undefined-fixed-stack-object.mir b/llvm/test/CodeGen/MIR/X86/undefined-fixed-stack-object.mir index 18cb758408f..35879b7036d 100644 --- a/llvm/test/CodeGen/MIR/X86/undefined-fixed-stack-object.mir +++ b/llvm/test/CodeGen/MIR/X86/undefined-fixed-stack-object.mir @@ -14,7 +14,6 @@ ... --- name: test -isSSA: true tracksRegLiveness: true registers: - { id: 0, class: gr32 } |