[llvm-commits] [llvm] r78819 - /llvm/trunk/test/Bindings/Ocaml/vmcore.ml

Dan Gohman gohman at apple.com
Wed Aug 12 10:39:04 PDT 2009


Author: djg
Date: Wed Aug 12 12:39:04 2009
New Revision: 78819

URL: http://llvm.org/viewvc/llvm-project?rev=78819&view=rev
Log:
Fix whitespace expectations to match the new AsmWriter behavior.

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=78819&r1=78818&r2=78819&view=diff

==============================================================================
--- llvm/trunk/test/Bindings/Ocaml/vmcore.ml (original)
+++ llvm/trunk/test/Bindings/Ocaml/vmcore.ml Wed Aug 12 12:39:04 2009
@@ -915,9 +915,9 @@
     let bb08 = append_block "Bb08" fn in
     let b = builder_at_end bb08 in
     
-    (* RUN: grep {Inst20.*malloc.*i8	} < %t.ll
+    (* RUN: grep {Inst20.*malloc.*i8 } < %t.ll
      * RUN: grep {Inst21.*malloc.*i8.*P1} < %t.ll
-     * RUN: grep {Inst22.*alloca.*i32	} < %t.ll
+     * RUN: grep {Inst22.*alloca.*i32 } < %t.ll
      * RUN: grep {Inst23.*alloca.*i32.*P2} < %t.ll
      * RUN: grep {free.*Inst20} < %t.ll
      * RUN: grep {Inst25.*load.*Inst21} < %t.ll





More information about the llvm-commits mailing list