[llvm-commits] [llvm] r50272 - /llvm/trunk/test/Feature/llvm2cpp.ll
Anton Korobeynikov
asl at math.spbu.ru
Fri Apr 25 10:54:21 PDT 2008
Author: asl
Date: Fri Apr 25 12:54:21 2008
New Revision: 50272
URL: http://llvm.org/viewvc/llvm-project?rev=50272&view=rev
Log:
Update test
Modified:
llvm/trunk/test/Feature/llvm2cpp.ll
Modified: llvm/trunk/test/Feature/llvm2cpp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/llvm2cpp.ll?rev=50272&r1=50271&r2=50272&view=diff
==============================================================================
--- llvm/trunk/test/Feature/llvm2cpp.ll (original)
+++ llvm/trunk/test/Feature/llvm2cpp.ll Fri Apr 25 12:54:21 2008
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llvm-dis > /dev/null
-; RUN: llvm-as < %s | llvm2cpp -gen-program -o -
+; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -o -
@X = global i32 4, align 16 ; <i32*> [#uses=0]
More information about the llvm-commits
mailing list