diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-08-19-SubAndFetch.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-08-19-SubAndFetch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-08-19-SubAndFetch.ll b/llvm/test/CodeGen/X86/2008-08-19-SubAndFetch.ll index 360ec73bc43..9324d5dfa3b 100644 --- a/llvm/test/CodeGen/X86/2008-08-19-SubAndFetch.ll +++ b/llvm/test/CodeGen/X86/2008-08-19-SubAndFetch.ll @@ -4,7 +4,7 @@ define i32 @main() nounwind { entry: -; CHECK: main: +; CHECK-LABEL: main: ; CHECK: lock ; CHECK: decq atomicrmw sub i64* @var, i64 1 monotonic |