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 | f2cefb1b704ead4fc1f037ad586a87d6224ad97e (patch) | |
tree | 55da08e1c0505dc1c783393700aa557129a63bb7 /test/CodeGen | |
parent | ccfa6921070225ad30fe5e82641775da0983f07a (diff) | |
download | external_llvm-f2cefb1b704ead4fc1f037ad586a87d6224ad97e.zip external_llvm-f2cefb1b704ead4fc1f037ad586a87d6224ad97e.tar.gz external_llvm-f2cefb1b704ead4fc1f037ad586a87d6224ad97e.tar.bz2 |
Doh. PR1187 -> PR1766.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll b/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll index 56993a5..889b122 100644 --- a/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll +++ b/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*)* } |