From: Chris Lattner Date: Mon, 23 Jan 2006 07:07:51 +0000 (+0000) Subject: make this test harder X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2c6d99cbf8e54f9bbc1e0aec51e27b88ae425d4b;p=oota-llvm.git make this test harder git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25533 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Bytecode/old-intrinsics.ll b/test/Bytecode/old-intrinsics.ll index ec8305c172b..780f8a25667 100644 --- a/test/Bytecode/old-intrinsics.ll +++ b/test/Bytecode/old-intrinsics.ll @@ -1,3 +1,4 @@ -; RUN: llvm-dis %s.bc-16 -o /dev/null -f +; RUN: llvm-dis %s.bc-16 -o /dev/null -f && +; RUN: llc %s.bc-16 -o /dev/null -f -march=c ; Just see if we can disassemble the bc file corresponding to this file.