summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/testlogical.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Feature/testlogical.ll')
-rw-r--r--llvm/test/Feature/testlogical.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Feature/testlogical.ll b/llvm/test/Feature/testlogical.ll
index d1f8c2516a6..97452b4557e 100644
--- a/llvm/test/Feature/testlogical.ll
+++ b/llvm/test/Feature/testlogical.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
+
implementation
int "simpleAdd"(int %i0, int %j0)
OpenPOWER on IntegriCloud