diff options
author | Tim Northover <tnorthover@apple.com> | 2017-05-30 21:28:57 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2017-05-30 21:28:57 +0000 |
commit | fb26d9a2865e41320d0a891d35ed7d23e679815d (patch) | |
tree | 4366c94beb1f63f28d5af2051de74871565df814 /llvm/test/CodeGen/Thumb2/tbb-removeadd.mir | |
parent | 74480adafd0a2fc475bbed73372ce0da2a4ae3c1 (diff) | |
download | bcm5719-llvm-fb26d9a2865e41320d0a891d35ed7d23e679815d.tar.gz bcm5719-llvm-fb26d9a2865e41320d0a891d35ed7d23e679815d.zip |
MIR: remove explicit "noVRegs" property.
We can infer this from the incoming MIR, so there's no reason to
represent it with a special flag.
llvm-svn: 304246
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/tbb-removeadd.mir')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/tbb-removeadd.mir | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/tbb-removeadd.mir b/llvm/test/CodeGen/Thumb2/tbb-removeadd.mir index 89ed9872053..10606679134 100644 --- a/llvm/test/CodeGen/Thumb2/tbb-removeadd.mir +++ b/llvm/test/CodeGen/Thumb2/tbb-removeadd.mir @@ -39,7 +39,6 @@ name: Func alignment: 1 exposesReturnsTwice: false -noVRegs: true legalized: false regBankSelected: false selected: false |