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 | 127b41500c27cda1c558bbb9ba0aaf5489783d38 (patch) | |
tree | cc29745d6ab598aa3d8627e7b1adaf1d5d124b1e | |
parent | 871e0ceffb557087f3c8454b02d8fb00b53b56df (diff) | |
download | bcm5719-llvm-127b41500c27cda1c558bbb9ba0aaf5489783d38.tar.gz bcm5719-llvm-127b41500c27cda1c558bbb9ba0aaf5489783d38.zip |
It's PR1925, not PR1609.
llvm-svn: 46825
-rw-r--r-- | llvm/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll b/llvm/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll index 5d3322d390b..ec170f8eac5 100644 --- a/llvm/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll +++ b/llvm/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* } |