Fix a stackmap bug introduced in r220710.
[oota-llvm.git] / test / CodeGen / X86 / 2007-06-04-X86-64-CtorAsmBugs.ll
index 5d090759092eef30dc07b124e04056e1174b4179..321e11651b60d26b423f291ddf672355cb283a24 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | not grep GOTPCREL
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep ".align.*3"
+; RUN: llc < %s -mtriple=x86_64-apple-darwin | not grep GOTPCREL
+; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep ".align.*3"
 
        %struct.A = type { [1024 x i8] }
 @_ZN1A1aE = global %struct.A zeroinitializer, align 32         ; <%struct.A*> [#uses=1]