aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/call.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 07:38:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 07:38:21 +0000
commit7c65d4345ea93967e2d943765c3fa945beb72aab (patch)
tree9a09cee7dbfcca1e7a392daf493d8e84b011db79 /test/Transforms/InstCombine/call.ll
parenta20c22f19083a2f9a4344549eccfbb40f39cbad3 (diff)
downloadexternal_llvm-7c65d4345ea93967e2d943765c3fa945beb72aab.zip
external_llvm-7c65d4345ea93967e2d943765c3fa945beb72aab.tar.gz
external_llvm-7c65d4345ea93967e2d943765c3fa945beb72aab.tar.bz2
For PR1319:
Make use of the END. facility on all files > 1K so that we aren't wasting CPU cycles searching for RUN: lines that we'll never find. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/call.ll')
-rw-r--r--test/Transforms/InstCombine/call.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/call.ll b/test/Transforms/InstCombine/call.ll
index d5a6465..1570165 100644
--- a/test/Transforms/InstCombine/call.ll
+++ b/test/Transforms/InstCombine/call.ll
@@ -1,5 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \
; RUN: grep call | notcast
+; END.
implementation