diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/2012-03-05-FPSCR-bug.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/2012-03-05-FPSCR-bug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2012-03-05-FPSCR-bug.ll b/llvm/test/CodeGen/ARM/2012-03-05-FPSCR-bug.ll index c9ea6912496..9ee205a54a8 100644 --- a/llvm/test/CodeGen/ARM/2012-03-05-FPSCR-bug.ll +++ b/llvm/test/CodeGen/ARM/2012-03-05-FPSCR-bug.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=arm -mcpu=cortex-a8 -verify-machineinstrs < %s +; RUN: llc -mcpu=cortex-a8 -verify-machineinstrs < %s ; PR12165 target datalayout = "e-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-p:32:32:32-v128:32:32" target triple = "arm-none-linux" |