diff options
Diffstat (limited to 'test/CodeGen/X86/2003-11-03-GlobalBool.llx')
-rw-r--r-- | test/CodeGen/X86/2003-11-03-GlobalBool.llx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/X86/2003-11-03-GlobalBool.llx b/test/CodeGen/X86/2003-11-03-GlobalBool.llx index 150d6a9..4de3c79 100644 --- a/test/CodeGen/X86/2003-11-03-GlobalBool.llx +++ b/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] |