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:
Reid Spencer 2007-04-11 20:06:03 +00:00
parent 0f5aed5648
commit 461637ebde

View File

@ -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