Remove a stale comment from the test, NFC.
authorWei Mi <wmi@google.com>
Tue, 16 Aug 2016 16:57:15 +0000 (16:57 +0000)
committerWei Mi <wmi@google.com>
Tue, 16 Aug 2016 16:57:15 +0000 (16:57 +0000)
llvm-svn: 278821

llvm/test/CodeGen/X86/hoist-spill.ll

index db9c410..afabf96 100644 (file)
@@ -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)