diff options
| author | Eli Bendersky <eliben@google.com> | 2012-12-02 15:46:02 +0000 |
|---|---|---|
| committer | Eli Bendersky <eliben@google.com> | 2012-12-02 15:46:02 +0000 |
| commit | b7b1ffc8e714ed82dc52d64b2ec9498526c7ed4a (patch) | |
| tree | 8ae7247f8baadc084121743050e3e758fe112f18 /llvm/test/CodeGen/X86/rdrand.ll | |
| parent | 494cfc0786754a3a01b13f5e9936ace98644e1f5 (diff) | |
| download | bcm5719-llvm-b7b1ffc8e714ed82dc52d64b2ec9498526c7ed4a.tar.gz bcm5719-llvm-b7b1ffc8e714ed82dc52d64b2ec9498526c7ed4a.zip | |
Fix an invalid regex in the test
llvm-svn: 169108
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 e2224a61967..98f40777638 100644 --- a/llvm/test/CodeGen/X86/rdrand.ll +++ b/llvm/test/CodeGen/X86/rdrand.ll @@ -39,7 +39,7 @@ define i32 @_rdrand64_step(i64* %random_val) { %isvalid = extractvalue {i64, i32} %call, 1 ret i32 %isvalid ; CHECK: _rdrand64_step: -; CHECK: rdrandq %r[[T1:[[a-z]+]] +; CHECK: rdrandq %r[[T1:[a-z]+]] ; CHECK: movq %r[[T1]], (%r[[A0]]) ; CHECK: movl $1, %eax ; CHECK: cmovael %e[[T1]], %eax |

