diff options
Diffstat (limited to 'llvm/test/MC/ARM/simple-encoding.ll')
-rw-r--r-- | llvm/test/MC/ARM/simple-encoding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/simple-encoding.ll b/llvm/test/MC/ARM/simple-encoding.ll index defeea947d5..0877e8e30c6 100644 --- a/llvm/test/MC/ARM/simple-encoding.ll +++ b/llvm/test/MC/ARM/simple-encoding.ll @@ -1,4 +1,4 @@ -;RUN: llc -mtriple=armv7-apple-darwin -show-mc-encoding -disable-cgp-branch-opts < %s | FileCheck %s +;RUN: llc -mtriple=armv7-apple-darwin -show-mc-encoding < %s | FileCheck %s ;FIXME: Once the ARM integrated assembler is up and going, these sorts of tests |