commit | 3825ce8c24ce41ea326f040c336c440fd1246cc8 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Oct 02 06:53:57 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Oct 02 06:53:57 2009 +0000 |
tree | c903b4b5c925626b47ab3bc93b091ad5fc137e63 | |
parent | 0bc1e0b8ee9cb1c0b521cac878d1401b36e7fb4e [diff] [blame] |
Fix tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83241 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/ifcvt5.ll b/test/CodeGen/ARM/ifcvt5.ll index 13c1603..e9145ac 100644 --- a/test/CodeGen/ARM/ifcvt5.ll +++ b/test/CodeGen/ARM/ifcvt5.ll
@@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm | FileCheck %s +; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s @x = external global i32* ; <i32**> [#uses=1]