diff options
Diffstat (limited to 'test/CodeGen/X86/sse42_64.ll')
-rw-r--r-- | test/CodeGen/X86/sse42_64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse42_64.ll b/test/CodeGen/X86/sse42_64.ll index 8b3a69bcaaf89..b39e76c78eb7c 100644 --- a/test/CodeGen/X86/sse42_64.ll +++ b/test/CodeGen/X86/sse42_64.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-apple-darwin9 -mattr=sse42 | FileCheck %s -check-prefix=X64 +; RUN: llc < %s -mtriple=x86_64-apple-darwin9 -mattr=sse4.2 | FileCheck %s -check-prefix=X64 declare i64 @llvm.x86.sse42.crc32.64.8(i64, i8) nounwind declare i64 @llvm.x86.sse42.crc32.64.64(i64, i64) nounwind |