diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/mingw-alloca.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/mingw-alloca.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/mingw-alloca.ll b/llvm/test/CodeGen/X86/mingw-alloca.ll index b7617814268..53d2350396a 100644 --- a/llvm/test/CodeGen/X86/mingw-alloca.ll +++ b/llvm/test/CodeGen/X86/mingw-alloca.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -o %t -f +; RUN: llvm-as < %s | llc -o %t ; RUN: grep __alloca %t | count 2 ; RUN: grep 4294967288 %t ; RUN: grep {pushl %eax} %t |