diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/2012-08-27-CopyPhysRegCrash.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/2012-08-27-CopyPhysRegCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2012-08-27-CopyPhysRegCrash.ll b/llvm/test/CodeGen/ARM/2012-08-27-CopyPhysRegCrash.ll index 6cff67614c6..c1ce60f6b98 100644 --- a/llvm/test/CodeGen/ARM/2012-08-27-CopyPhysRegCrash.ll +++ b/llvm/test/CodeGen/ARM/2012-08-27-CopyPhysRegCrash.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mcpu=cortex-a8 -march=thumb +; RUN: llc < %s -mcpu=cortex-a8 ; Test that this doesn't crash. ; <rdar://problem/12183003> |