From fabd71bf0a6dd89ce6fb8cea48380a52aad7edc4 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 25 Jun 2009 00:02:11 +0000 Subject: Flesh out support for arbitrary bit widths in some key places (STP & constant creation). - Not used yet. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@74142 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/ArbitraryBitWidths.ll | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Feature/ArbitraryBitWidths.ll (limited to 'test/Feature') diff --git a/test/Feature/ArbitraryBitWidths.ll b/test/Feature/ArbitraryBitWidths.ll new file mode 100644 index 00000000..34e3ee78 --- /dev/null +++ b/test/Feature/ArbitraryBitWidths.ll @@ -0,0 +1,5 @@ +@g0 = global i31 10 + +define i32 @main() { + ret i32 0 +} \ No newline at end of file -- cgit 1.4.1