diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/stack-protector-weight.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/stack-protector-weight.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/stack-protector-weight.ll b/llvm/test/CodeGen/X86/stack-protector-weight.ll index 3708d216f8d..de40d30cc48 100644 --- a/llvm/test/CodeGen/X86/stack-protector-weight.ll +++ b/llvm/test/CodeGen/X86/stack-protector-weight.ll @@ -21,11 +21,10 @@ ; MSVC-SELDAG: LD4[FixedStack0] ; MSVC-SELDAG: CALLpcrel32 <ga:@__security_check_cookie> -; MSVC always uses selection DAG now. ; MSVC-IR: # Machine code for function test_branch_weights: ; MSVC-IR: mem:Volatile LD4[@__security_cookie] ; MSVC-IR: ST4[FixedStack0] -; MSVC-IR: LD4[FixedStack0] +; MSVC-IR: LD4[%StackGuardSlot] ; MSVC-IR: CALLpcrel32 <ga:@__security_check_cookie> define i32 @test_branch_weights(i32 %n) #0 { |