summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.llx
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/2003-11-03-GlobalBool.llx')
-rw-r--r--llvm/test/CodeGen/X86/2003-11-03-GlobalBool.llx5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.llx b/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.llx
index 150d6a9bb3f..4de3c79fdcb 100644
--- a/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.llx
+++ b/llvm/test/CodeGen/X86/2003-11-03-GlobalBool.llx
@@ -1,5 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | \
+; RUN: llvm-as < %s | llc -march=x86 | \
; RUN: not grep {.byte\[\[:space:\]\]*true}
-%X = global bool true
-
+@X = global i1 true ; <i1*> [#uses=0]
OpenPOWER on IntegriCloud