Doh. PR1187 -> PR1766.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43693 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-11-05 01:00:44 +00:00
parent 5f5f3b6333
commit 8dec727c1f

View File

@ -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*)* }