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 | 2 |
1 files changed, 1 insertions, 1 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 index c9e4bb58658..64236853e4c 100644 --- a/llvm/test/Regression/CodeGen/X86/2003-11-03-GlobalBool.llx +++ b/llvm/test/Regression/CodeGen/X86/2003-11-03-GlobalBool.llx @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 | not grep '.byte[[:space:]]*true' +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep '.byte[[:space:]]*true' %X = global bool true |

