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