repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
invalid-frame-pointer-attr-no-value.ll
blob
8ba4d4eec821571c260bd56c4e32d9c9040b23f1
1
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3
; CHECK: invalid value for 'frame-pointer' attribute:
4
5
define void @func() #0 {
6
ret void
7
}
8
9
attributes #0 = { "frame-pointer" }