AVX-512: fixed UINT_TO_FP operation for 512-bit types.
[oota-llvm.git] / test / CodeGen / X86 / fast-cc-merge-stack-adj.ll
index e4982f0549546c8b9aa757a91a8fca273886bd27..d9cfaa4c265694bf8c08c10b9c6b2a1cc344ceef 100644 (file)
@@ -1,9 +1,9 @@
-; RUN: llc < %s -mcpu=generic -march=x86 -x86-asm-syntax=intel | \
-; RUN:   grep {add     ESP, 8}
+; RUN: llc < %s -mcpu=generic -march=x86 -x86-asm-syntax=intel | FileCheck %s
+; CHECK: add esp, 8
 
 target triple = "i686-pc-linux-gnu"
 
-declare x86_fastcallcc void @func(i32*, i64)
+declare x86_fastcallcc void @func(i32*, i64 inreg)
 
 define x86_fastcallcc void @caller(i32, i64) {
         %X = alloca i32         ; <i32*> [#uses=1]