diff options
| author | Wei Mi <wmi@google.com> | 2016-08-16 16:57:15 +0000 |
|---|---|---|
| committer | Wei Mi <wmi@google.com> | 2016-08-16 16:57:15 +0000 |
| commit | db68c9adbdc2ef9e15d1f24d879ab79910f6bcd1 (patch) | |
| tree | 71fe5eae4cc3c039871760328ded54d1a076d73f /llvm | |
| parent | a8c730c0477c1330eddaed6d3dd3c9ea4a2c8eef (diff) | |
| download | bcm5719-llvm-db68c9adbdc2ef9e15d1f24d879ab79910f6bcd1.tar.gz bcm5719-llvm-db68c9adbdc2ef9e15d1f24d879ab79910f6bcd1.zip | |
Remove a stale comment from the test, NFC.
llvm-svn: 278821
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/hoist-spill.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/hoist-spill.ll b/llvm/test/CodeGen/X86/hoist-spill.ll index db9c4105a02..afabf96b12a 100644 --- a/llvm/test/CodeGen/X86/hoist-spill.ll +++ b/llvm/test/CodeGen/X86/hoist-spill.ll @@ -1,6 +1,5 @@ ; RUN: llc < %s | FileCheck %s -; grep 'Spill' |sed 's%.*\(-[0-9]\+(\%rsp)\).*%\1%g' |sort |uniq -d |awk '{if (/rsp/); exit -1}' ; Check no spills to the same stack slot after hoisting. ; CHECK: mov{{.}} %{{.*}}, [[SPOFFSET1:-?[0-9]*]](%rsp) ; CHECK: mov{{.}} %{{.*}}, [[SPOFFSET2:-?[0-9]*]](%rsp) |

