[llvm-commits] [llvm] r65750 - /llvm/trunk/test/Bindings/Ocaml/vmcore.ml
Chris Lattner
sabre at nondot.org
Sat Feb 28 17:28:40 PST 2009
Author: lattner
Date: Sat Feb 28 19:28:40 2009
New Revision: 65750
URL: http://llvm.org/viewvc/llvm-project?rev=65750&view=rev
Log:
tweak this to accept asmprinter changes. I have no way to verify this, hopefully
the buildbot will work.
Modified:
llvm/trunk/test/Bindings/Ocaml/vmcore.ml
Modified: llvm/trunk/test/Bindings/Ocaml/vmcore.ml
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Ocaml/vmcore.ml?rev=65750&r1=65749&r2=65750&view=diff
==============================================================================
--- llvm/trunk/test/Bindings/Ocaml/vmcore.ml (original)
+++ llvm/trunk/test/Bindings/Ocaml/vmcore.ml Sat Feb 28 19:28:40 2009
@@ -259,7 +259,7 @@
ignore (define_global "Const08" c m);
insist ((vector_type i16_type 8) = (type_of c));
- (* RUN: grep {Const09.*. i16, i16, i32, i32 . .} < %t.ll
+ (* RUN: grep {Const09.*.i16 1, i16 2, i32 3, i32 4} < %t.ll
*)
group "structure";
let c = const_struct [| one; two; three; four |] in
More information about the llvm-commits
mailing list