diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-11-05 01:00:44 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-11-05 01:00:44 +0000 |
commit | c68023a95552ea74beff44c2e5ffb7487bb64c7e (patch) | |
tree | e9d92a8b08fde4e312629b657546f3a8fc9be3eb | |
parent | a8044084ac421843f6a9ec0755027a600bedf0ea (diff) | |
download | bcm5719-llvm-c68023a95552ea74beff44c2e5ffb7487bb64c7e.tar.gz bcm5719-llvm-c68023a95552ea74beff44c2e5ffb7487bb64c7e.zip |
Doh. PR1187 -> PR1766.
llvm-svn: 43693
-rw-r--r-- | llvm/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll b/llvm/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll index 56993a592de..889b122bb06 100644 --- a/llvm/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll +++ b/llvm/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -mtriple=x86_64-unknown-linux-gnu -; PR1187 +; PR1766 %struct.dentry = type { %struct.dentry_operations* } %struct.dentry_operations = type { i32 (%struct.dentry*, %struct.qstr*)* } |