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/stack-object-debug-info.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/stack-object-debug-info.mir')
-rw-r--r-- | llvm/test/CodeGen/MIR/X86/stack-object-debug-info.mir | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/stack-object-debug-info.mir b/llvm/test/CodeGen/MIR/X86/stack-object-debug-info.mir index d80b7d0bfcb..a893b0836a6 100644 --- a/llvm/test/CodeGen/MIR/X86/stack-object-debug-info.mir +++ b/llvm/test/CodeGen/MIR/X86/stack-object-debug-info.mir @@ -46,7 +46,6 @@ ... --- name: foo -isSSA: true tracksRegLiveness: true frameInfo: maxAlignment: 16 |