diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-07 06:08:43 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-07 06:08:43 +0000 |
commit | 84f7fda32fd733cc3ac7ae501524a3c63f922a95 (patch) | |
tree | 4d60e50374e94ebd2d039b866e619fe37b58426f /llvm/test/Feature/constexpr.ll | |
parent | 505b225e826c12676ade67dbdee76cbe0c5982b2 (diff) | |
download | bcm5719-llvm-84f7fda32fd733cc3ac7ae501524a3c63f922a95.tar.gz bcm5719-llvm-84f7fda32fd733cc3ac7ae501524a3c63f922a95.zip |
Added RUN lines and dejagnu support for Feature dir.
llvm-svn: 17568
Diffstat (limited to 'llvm/test/Feature/constexpr.ll')
-rw-r--r-- | llvm/test/Feature/constexpr.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Feature/constexpr.ll b/llvm/test/Feature/constexpr.ll index 5da6d806116..0572fc95ea8 100644 --- a/llvm/test/Feature/constexpr.ll +++ b/llvm/test/Feature/constexpr.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 + ; This testcase is for testing expressions constructed from ; constant values, including constant pointers to globals. ; |