mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +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() {
|
||||
%c = alloca i8, align 1
|
||||
ret void
|
||||
}
|
||||
; CHECK-LABEL: f1:
|
||||
; CHECK: add
|
||||
|
||||
define i32 @f2() {
|
||||
ret i32 1
|
||||
}
|
||||
|
||||
; CHECK: add
|
||||
; CHECK-LABEL: f2:
|
||||
; CHECK-NOT: add
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user