diff options
Diffstat (limited to 'test/CodeGen/X86/2003-11-03-GlobalBool.ll')
-rw-r--r-- | test/CodeGen/X86/2003-11-03-GlobalBool.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/2003-11-03-GlobalBool.ll b/test/CodeGen/X86/2003-11-03-GlobalBool.ll index f201b981a872..e0d4988abbf7 100644 --- a/test/CodeGen/X86/2003-11-03-GlobalBool.ll +++ b/test/CodeGen/X86/2003-11-03-GlobalBool.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 | \ -; RUN: not grep ".byte[[:space:]]*true" +; RUN: llc < %s -march=x86 | FileCheck %s -@X = global i1 true ; <i1*> [#uses=0] +@X = global i1 true +; CHECK-NOT: .byte true |