diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/rdrand.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/rdrand.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/rdrand.ll b/llvm/test/CodeGen/X86/rdrand.ll index 27d1fe6b275..e2224a61967 100644 --- a/llvm/test/CodeGen/X86/rdrand.ll +++ b/llvm/test/CodeGen/X86/rdrand.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mattr=+rdrand | FileCheck %s +; RUN: llc < %s -march=x86-64 -mcpu=core-avx-i -mattr=+rdrand | FileCheck %s declare {i16, i32} @llvm.x86.rdrand.16() declare {i32, i32} @llvm.x86.rdrand.32() declare {i64, i32} @llvm.x86.rdrand.64() |