mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix whitespace expectations to match the new AsmWriter behavior.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78819 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bff392384d
commit
6b018979da
@ -915,9 +915,9 @@ let test_builder () =
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user