[AVX512] Enabling bit logic lowering
[oota-llvm.git] / test / CodeGen / X86 / tailcallbyval64.ll
index 7ecf379cd9c550b859d0310b604e9fff05214d2c..75a6d874da37a3dbe3b2b7654904f881ead16225 100644 (file)
@@ -1,9 +1,9 @@
-; RUN: llc < %s -mtriple=x86_64-linux  -tailcallopt  | FileCheck %s
+; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux  -tailcallopt  | FileCheck %s
 
 ; FIXME: Win64 does not support byval.
 
 ; Expect the entry point.
-; CHECK: tailcaller:
+; CHECK-LABEL: tailcaller:
 
 ; Expect 2 rep;movs because of tail call byval lowering.
 ; CHECK: rep;