commit | 1201b8dc978930f7edf875710bcc5df7bd9b35d7 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Feb 22 23:34:12 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Feb 22 23:34:12 2010 +0000 |
tree | 85c99c54547860f851040cc931781d1db9632b39 | |
parent | 59aedb59271af68026e20dd050f3ddff1b070d17 [diff] [blame] |
no need to run llvm-as here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96826 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/MSP430/bit.ll b/test/CodeGen/MSP430/bit.ll index cd664a1..03d672b 100644 --- a/test/CodeGen/MSP430/bit.ll +++ b/test/CodeGen/MSP430/bit.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s +; RUN: llc < %s -march=msp430 | FileCheck %s target datalayout = "e-p:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:16:32" target triple = "msp430-generic-generic"