commit | 0430a8df0e80b73a5dc1a33ef217e977e704e7b8 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Feb 23 03:15:39 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Feb 23 03:15:39 2007 +0000 |
tree | 9debfe01cb42457f4ac50cc76690332fb40e667b | |
parent | 04321f70f5075673934d5b1ed3353dd15d911183 [diff] [blame] |
-march=arm -enable-thumb => -march=thumb git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34522 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/2007-02-02-JoinIntervalsCrash.ll b/test/CodeGen/ARM/2007-02-02-JoinIntervalsCrash.ll index 86dcf56..ee52cf0 100644 --- a/test/CodeGen/ARM/2007-02-02-JoinIntervalsCrash.ll +++ b/test/CodeGen/ARM/2007-02-02-JoinIntervalsCrash.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin -enable-thumb +; RUN: llvm-as < %s | llc -mtriple=thumb-apple-darwin %struct.color_sample = type { i32 } %struct.ref = type { %struct.color_sample, i16, i16 }