diff options
Diffstat (limited to 'test/CodeGen/XCore/codemodel.ll')
| -rw-r--r-- | test/CodeGen/XCore/codemodel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/codemodel.ll b/test/CodeGen/XCore/codemodel.ll index 4e637995c5a8e..d18525f3a9be7 100644 --- a/test/CodeGen/XCore/codemodel.ll +++ b/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 |
