Really test what's intended.

llvm-svn: 49802
This commit is contained in:
Evan Cheng 2008-04-16 18:21:55 +00:00
parent 2044a5183d
commit 7b989d853e
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim -fast -regalloc=local
%struct.CGPoint = type { double, double }
%struct.NSArray = type { %struct.NSObject }