aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2003-11-03-GlobalBool.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2003-11-03-GlobalBool.llx')
-rw-r--r--test/CodeGen/X86/2003-11-03-GlobalBool.llx5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2003-11-03-GlobalBool.llx b/test/CodeGen/X86/2003-11-03-GlobalBool.llx
new file mode 100644
index 0000000..150d6a9
--- /dev/null
+++ b/test/CodeGen/X86/2003-11-03-GlobalBool.llx
@@ -0,0 +1,5 @@
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | \
+; RUN: not grep {.byte\[\[:space:\]\]*true}
+
+%X = global bool true
+