Fix test.

llvm-svn: 39976
This commit is contained in:
Evan Cheng 2007-07-17 18:16:09 +00:00
parent 8817a170f7
commit 5184c9d787
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86 -enable-eh -disable-fp-elim |&\
; RUN: grep {addl .12, %esp} | wc -l | grep 1
; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -enable-eh -disable-fp-elim | not grep {addl .8, %esp}
; PR1398
%struct.S = type { i32, i32 }