diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2011-01-01 20:57:26 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2011-01-01 20:57:26 +0000 |
commit | 1db58f936b4669ed6c8b76cee59e9b56e1bf4d8d (patch) | |
tree | 27d296c80aeffc9bc70859dbd6906d4e1f093693 | |
parent | 0fd8ee4995193ba8dc24a19ae11cd2614418231a (diff) |
Update the test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122666 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/str_pre-2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/str_pre-2.ll b/test/CodeGen/ARM/str_pre-2.ll index 4f9ba4db4c..465c7e676c 100644 --- a/test/CodeGen/ARM/str_pre-2.ll +++ b/test/CodeGen/ARM/str_pre-2.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=arm-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=armv6-linux-gnu | FileCheck %s @b = external global i64* |