diff options
Diffstat (limited to 'llvm/test/Feature/testswitch.ll')
-rw-r--r-- | llvm/test/Feature/testswitch.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Feature/testswitch.ll b/llvm/test/Feature/testswitch.ll index e5190d05850..484ff2abc16 100644 --- a/llvm/test/Feature/testswitch.ll +++ b/llvm/test/Feature/testswitch.ll @@ -1,3 +1,7 @@ +; RUN: llvm-as %s -o - | llvm-dis > %t1.ll +; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll +; RUN: diff %t1.ll %t2.ll + %int = type int implementation |