mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
The "implementation" keyword is no more!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35919 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f5aed5648
commit
461637ebde
@ -1,8 +1,6 @@
|
|||||||
; RUN: llvm-as < %s | opt -loop-rotate -disable-output
|
; RUN: llvm-as < %s | opt -loop-rotate -disable-output
|
||||||
; ModuleID = 'PhiSelfRefernce-1.bc'
|
; ModuleID = 'PhiSelfRefernce-1.bc'
|
||||||
|
|
||||||
implementation ; Functions:
|
|
||||||
|
|
||||||
define void @snrm2(i32 %incx) {
|
define void @snrm2(i32 %incx) {
|
||||||
entry:
|
entry:
|
||||||
br i1 false, label %START, label %return
|
br i1 false, label %START, label %return
|
||||||
|
Loading…
Reference in New Issue
Block a user