aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-01-27 18:35:00 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-01-27 18:35:00 +0000
commitf8104c5132b84dfad0591ad78a6cdf8fb01e0519 (patch)
treecd02425f94b429186dcc75f361f4e60eeb963d90 /test/Transforms
parent96ad126b9f710e43d48a08f416490c3e1c07d6fd (diff)
downloadexternal_llvm-f8104c5132b84dfad0591ad78a6cdf8fb01e0519.zip
external_llvm-f8104c5132b84dfad0591ad78a6cdf8fb01e0519.tar.gz
external_llvm-f8104c5132b84dfad0591ad78a6cdf8fb01e0519.tar.bz2
Be more careful modifying the use_list while also iterating through it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/LoopUnroll/2007-11-05-Crash.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Transforms/LoopUnroll/2007-11-05-Crash.ll b/test/Transforms/LoopUnroll/2007-11-05-Crash.ll
index a5e13d5..a46c09e 100644
--- a/test/Transforms/LoopUnroll/2007-11-05-Crash.ll
+++ b/test/Transforms/LoopUnroll/2007-11-05-Crash.ll
@@ -1,5 +1,7 @@
; RUN: llvm-as < %s | opt -disable-output -loop-unroll
; PR1770
+; PR1947
+
%struct.cl_engine = type { i32, i16, i32, i8**, i8**, i8*, i8*, i8*, i8*, i8*, i8*, i8* }
%struct.cl_limits = type { i32, i32, i32, i32, i16, i64 }
%struct.cli_ac_alt = type { i8, i8*, i16, i16, %struct.cli_ac_alt* }