diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-03 19:27:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-03 19:27:17 +0000 |
commit | 1d8addbc169b7c91b646eee1aa78f0f195ab8ed1 (patch) | |
tree | 8510973bd8b50ae87e2a877edc9af528fc7ca094 /test/CodeGen | |
parent | 5bc3e31c5438a6c1a8d78dc55dcb7fb043bc8365 (diff) | |
download | external_llvm-1d8addbc169b7c91b646eee1aa78f0f195ab8ed1.zip external_llvm-1d8addbc169b7c91b646eee1aa78f0f195ab8ed1.tar.gz external_llvm-1d8addbc169b7c91b646eee1aa78f0f195ab8ed1.tar.bz2 |
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/2003-11-03-GlobalBool.llx | 4 |
1 files changed, 4 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..c9e4bb5 --- /dev/null +++ b/test/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 + |