oops, forgot to commit this.

llvm-svn: 41034
This commit is contained in:
Chris Lattner 2007-08-12 16:55:14 +00:00
parent f3317d5286
commit 1399f64e3b
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {GLOBAL.*align 16}
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {tmp = load}
@GLOBAL = internal constant [4 x i32] zeroinitializer
@GLOBAL = internal global [4 x i32] zeroinitializer
declare <16 x i8> @llvm.x86.sse2.loadu.dq(i8*)

View File

@ -1,7 +1,6 @@
; This test makes sure that these instructions are properly eliminated.
;
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | not grep load
; END.
%X = constant int 42
%X2 = constant int 47