[X86] Remove special validation for INT immediate operand from AsmParser. Instead...
[oota-llvm.git] / test / CodeGen / X86 / byval-callee-cleanup.ll
index 4701f6d6d5ac33ea6b190bfdfb03a70314886165..8e059d4334468d562f02c184d780f8a64023f782 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -mtriple=i686-win32 | FileCheck %s
 
 ; Previously we would forget to align to stack slot alignment after placing a
 ; byval argument.  Subsequent arguments would align themselves, but if it was
@@ -23,5 +23,5 @@ define x86_thiscallcc void @g(i8* %this, %struct.Six* byval %a) {
 define x86_fastcallcc void @h(i32 inreg %x, i32 inreg %y, %struct.Six* byval %a) {
   ret void
 }
-; CHECK-LABEL: @h@8:
+; CHECK-LABEL: @h@16:
 ; CHECK: retl $8