diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll b/llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll index 5fc737e4b31..9f74e0a806f 100644 --- a/llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll +++ b/llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=thumbv7-apple-darwin9 -mattr=+neon,+neonfp +; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mattr=+neon,+neonfp ; rdar://7117307 %struct.Hosp = type { i32, i32, i32, %struct.List, %struct.List, %struct.List, %struct.List } |