Add missing run line
authorChris Lattner <sabre@nondot.org>
Sat, 6 Nov 2004 21:11:04 +0000 (21:11 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 6 Nov 2004 21:11:04 +0000 (21:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17522 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/GC/alloc_loop.ll
test/CodeGen/PowerPC/rlwimi.ll

index 2354f284637660aca2aa6599df460771f2a14407..3311470108993b4f6181c4c2544eef607c2b9d9e 100644 (file)
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc
+
 implementation
 
 declare sbyte* %llvm_gc_allocate(uint)
index 291e4efe1e695f5a18cba5fcfa11ad9df2b3b4be..8c87cd64b23030ec972ecec48b5b791ef4d92b2e 100644 (file)
@@ -1,5 +1,5 @@
-target endian = big
-target pointersize = 32
+; All of these ands and shifts should be folded into rlwimi's
+; RUN: llvm-as < rlwimi.ll | llc -march=ppc32 | not grep and
 
 implementation   ; Functions: