diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/hoist-common.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/hoist-common.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/hoist-common.ll b/llvm/test/CodeGen/X86/hoist-common.ll index cdfdea3d982..6b2687631a3 100644 --- a/llvm/test/CodeGen/X86/hoist-common.ll +++ b/llvm/test/CodeGen/X86/hoist-common.ll @@ -7,7 +7,7 @@ define zeroext i1 @t(i32 %c) nounwind ssp { entry: -; CHECK: t: +; CHECK-LABEL: t: ; CHECK: xorl %eax, %eax ; CHECK: test ; CHECK: je |