diff options
-rw-r--r-- | test/CodeGen/X86/trunc-to-bool.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/trunc-to-bool.ll b/test/CodeGen/X86/trunc-to-bool.ll index 4cdf478f47..bfab1aef90 100644 --- a/test/CodeGen/X86/trunc-to-bool.ll +++ b/test/CodeGen/X86/trunc-to-bool.ll @@ -51,4 +51,4 @@ cond_true: cond_false: ret i32 42 } -; CHECK: testb $1, %al +; CHECK: testb $1 |