diff options
Diffstat (limited to 'llvm/test/CodeGen/XCore/codemodel.ll')
-rw-r--r-- | llvm/test/CodeGen/XCore/codemodel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/XCore/codemodel.ll b/llvm/test/CodeGen/XCore/codemodel.ll index 4e637995c5a..d18525f3a9b 100644 --- a/llvm/test/CodeGen/XCore/codemodel.ll +++ b/llvm/test/CodeGen/XCore/codemodel.ll @@ -4,7 +4,7 @@ ; BAD_CM: Target only supports CodeModel Small or Large -; RUN: llc < %s -march=xcore -code-model=default | FileCheck %s +; RUN: llc < %s -march=xcore | FileCheck %s ; RUN: llc < %s -march=xcore -code-model=small | FileCheck %s ; RUN: llc < %s -march=xcore -code-model=large | FileCheck %s -check-prefix=LARGE |