diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/X86/2003-11-03-GlobalBool.llx')
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/2003-11-03-GlobalBool.llx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/2003-11-03-GlobalBool.llx b/llvm/test/Regression/CodeGen/X86/2003-11-03-GlobalBool.llx new file mode 100644 index 00000000000..c9e4bb58658 --- /dev/null +++ b/llvm/test/Regression/CodeGen/X86/2003-11-03-GlobalBool.llx @@ -0,0 +1,4 @@ +; RUN: llvm-as < %s | llc -march=x86 | not grep '.byte[[:space:]]*true' + +%X = global bool true + |

