summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopStrengthReduce/pr2570.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-21 21:50:25 +0000
committerDan Gohman <gohman@apple.com>2008-07-21 21:50:25 +0000
commit1d8973b499c3fa5d6d85c83316a49d1dc28a1c62 (patch)
treee4629fa5669d37940cbdf2e1da5a39ef5aaf68d8 /test/Transforms/LoopStrengthReduce/pr2570.ll
parent7375fbcbf261527638a08d80c8152778558c29d8 (diff)
downloadllvm-1d8973b499c3fa5d6d85c83316a49d1dc28a1c62.tar.gz
llvm-1d8973b499c3fa5d6d85c83316a49d1dc28a1c62.tar.bz2
llvm-1d8973b499c3fa5d6d85c83316a49d1dc28a1c62.tar.xz
Add the PR number to the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopStrengthReduce/pr2570.ll')
-rw-r--r--test/Transforms/LoopStrengthReduce/pr2570.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Transforms/LoopStrengthReduce/pr2570.ll b/test/Transforms/LoopStrengthReduce/pr2570.ll
index 69dc54269f..23ae7238b0 100644
--- a/test/Transforms/LoopStrengthReduce/pr2570.ll
+++ b/test/Transforms/LoopStrengthReduce/pr2570.ll
@@ -1,4 +1,6 @@
; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep {phi\\>} | count 14
+; PR2570
+
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i386-pc-linux-gnu"
@g_14 = internal global i32 1 ; <i32*> [#uses=1]