summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorWei Mi <wmi@google.com>2016-08-16 16:57:15 +0000
committerWei Mi <wmi@google.com>2016-08-16 16:57:15 +0000
commitdb68c9adbdc2ef9e15d1f24d879ab79910f6bcd1 (patch)
tree71fe5eae4cc3c039871760328ded54d1a076d73f /llvm
parenta8c730c0477c1330eddaed6d3dd3c9ea4a2c8eef (diff)
downloadbcm5719-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.ll1
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)
OpenPOWER on IntegriCloud