diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-02-06 22:07:17 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-06 22:07:17 +0000 |
commit | b745e88bf0a6d7f51a336cd6158824e7383e8d24 (patch) | |
tree | da92c1b98b0d90799fdf503816db7c1556fba6eb /test/CodeGen/ARM | |
parent | e00fec554bcf6c853a89e82de8dc431415e9b394 (diff) | |
download | external_llvm-b745e88bf0a6d7f51a336cd6158824e7383e8d24.zip external_llvm-b745e88bf0a6d7f51a336cd6158824e7383e8d24.tar.gz external_llvm-b745e88bf0a6d7f51a336cd6158824e7383e8d24.tar.bz2 |
It's PR1925, not PR1609.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r-- | test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll b/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll index 5d3322d..ec170f8 100644 --- a/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll +++ b/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi -regalloc=local -; PR1609 +; PR1925 %struct.encode_aux_nearestmatch = type { i32*, i32*, i32*, i32*, i32, i32 } %struct.encode_aux_pigeonhole = type { float, float, i32, i32, i32*, i32, i32*, i32*, i32* } |