summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2010-11-12 18:17:46 +0000
committerAndrew Trick <atrick@apple.com>2010-11-12 18:17:46 +0000
commit11f20edcf9cee158e8f62624c148520128c864f0 (patch)
tree813144c526454c0fbf1a462158f2d163ab075016 /test/CodeGen/Generic
parentd75c3f136b2f7496d177b868956a4489d4b980b9 (diff)
downloadllvm-11f20edcf9cee158e8f62624c148520128c864f0.tar.gz
llvm-11f20edcf9cee158e8f62624c148520128c864f0.tar.bz2
llvm-11f20edcf9cee158e8f62624c148520128c864f0.tar.xz
Emacs auto-fill bug.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118908 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r--test/CodeGen/Generic/2010-11-11-ReturnBigBuffer.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2010-11-11-ReturnBigBuffer.ll b/test/CodeGen/Generic/2010-11-11-ReturnBigBuffer.ll
index 73e26e7929..bf5939dc3c 100644
--- a/test/CodeGen/Generic/2010-11-11-ReturnBigBuffer.ll
+++ b/test/CodeGen/Generic/2010-11-11-ReturnBigBuffer.ll
@@ -1,4 +1,5 @@
-; RUN: llc < %s PR8287: SelectionDag scheduling time.
+; RUN: llc < %s
+; PR8287: SelectionDag scheduling time.
; Yes, some front end really produces this code. But that is a
; separate bug. This is more an example than a real test, because I
; don't know how give llvm-lit a timeout.