diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-14 21:54:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-14 21:54:32 +0000 |
commit | 0a8794d043de9784e6670be10ac3b62ad47d67e7 (patch) | |
tree | d1a7959713c0475a2727005805d9353c06d6585e | |
parent | 9a8398e7a6063d3bf94e11b7cd80458cb8004ab2 (diff) | |
download | external_llvm-0a8794d043de9784e6670be10ac3b62ad47d67e7.zip external_llvm-0a8794d043de9784e6670be10ac3b62ad47d67e7.tar.gz external_llvm-0a8794d043de9784e6670be10ac3b62ad47d67e7.tar.bz2 |
execution tests shouldn't go here. This was killing the PPC nightly tester.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20186 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx b/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx index 3db9e4a..a98ae85 100644 --- a/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx +++ b/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.llx @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | lli +; RUN: llvm-as < %s | llc %global_long_1 = linkonce global long 7 %global_long_2 = linkonce global long 49 |