aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/simplecalltest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/simplecalltest.ll')
-rw-r--r--test/Feature/simplecalltest.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Feature/simplecalltest.ll b/test/Feature/simplecalltest.ll
index 1ac9fe3..37fa6c6 100644
--- a/test/Feature/simplecalltest.ll
+++ b/test/Feature/simplecalltest.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
+
%FunTy = type int(int)
implementation