mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-31 06:04:58 +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. llvm-svn: 206936
This commit is contained in:
parent
c85b9a5f54
commit
feb1148ed6
@ -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