diff options
Diffstat (limited to 'test/CodeGen/X86/unreachableblockelim.ll')
-rw-r--r-- | test/CodeGen/X86/unreachableblockelim.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/unreachableblockelim.ll b/test/CodeGen/X86/unreachableblockelim.ll index 49a075c328115..adaedb5e8d780 100644 --- a/test/CodeGen/X86/unreachableblockelim.ll +++ b/test/CodeGen/X86/unreachableblockelim.ll @@ -7,7 +7,7 @@ target triple = "x86_64-unknown-linux-gnu" declare void @abort() ; CHECK-LABEL: @foo( -; CHECK-NOT return: +; CHECK-NOT: return: define void @foo(i32* %p) { entry: %p.addr = alloca i32*, align 8 |