diff options
Diffstat (limited to 'test/Feature/smallest.ll')
-rw-r--r-- | test/Feature/smallest.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Feature/smallest.ll b/test/Feature/smallest.ll new file mode 100644 index 00000000000..5dd023cc602 --- /dev/null +++ b/test/Feature/smallest.ll @@ -0,0 +1,4 @@ +; RUN: llvm-as < %s | llvm-dis > %t1.ll +; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll +; RUN: diff %t1.ll %t2.ll + |