mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
Fix test/CodeGen/arm.ll
The 'CHECK: add' line was occasionally matching against the filename, breaking the subsequent CHECK-NOT. Also use CHECK-LABEL. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206936 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a4a8b94fd
commit
aaff72bcd8
@ -1,14 +1,14 @@
|
|||||||
; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
|
; RUN: llc -mtriple=arm-eabi < %s -o - | FileCheck %s
|
||||||
|
|
||||||
define void @f1() {
|
define void @f1() {
|
||||||
%c = alloca i8, align 1
|
%c = alloca i8, align 1
|
||||||
ret void
|
ret void
|
||||||
}
|
}
|
||||||
|
; CHECK-LABEL: f1:
|
||||||
|
; CHECK: add
|
||||||
|
|
||||||
define i32 @f2() {
|
define i32 @f2() {
|
||||||
ret i32 1
|
ret i32 1
|
||||||
}
|
}
|
||||||
|
; CHECK-LABEL: f2:
|
||||||
; CHECK: add
|
|
||||||
; CHECK-NOT: add
|
; CHECK-NOT: add
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user