[llvm] r278821 - Remove a stale comment from the test, NFC.
Wei Mi via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 09:57:15 PDT 2016
Author: wmi
Date: Tue Aug 16 11:57:15 2016
New Revision: 278821
URL: http://llvm.org/viewvc/llvm-project?rev=278821&view=rev
Log:
Remove a stale comment from the test, NFC.
Modified:
llvm/trunk/test/CodeGen/X86/hoist-spill.ll
Modified: llvm/trunk/test/CodeGen/X86/hoist-spill.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/hoist-spill.ll?rev=278821&r1=278820&r2=278821&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/hoist-spill.ll (original)
+++ llvm/trunk/test/CodeGen/X86/hoist-spill.ll Tue Aug 16 11:57:15 2016
@@ -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)
More information about the llvm-commits
mailing list