commit | b60528b8ab666e180e03f91b4942508f5ff3ca06 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Tue Dec 19 19:55:17 2006 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Tue Dec 19 19:55:17 2006 +0000 |
tree | c17731d635f2cd2409dc490eb4bd70ba7f3c82cf | |
parent | 79a7eaa5c3698c949772e2a99c073abf101c928c [diff] [blame] |
For PR950: Test needs to be upgraded for the forthcoming FCmpInst patch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32683 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/ExecutionEngine/test-constantexpr.ll b/test/ExecutionEngine/test-constantexpr.ll index 60e0a2d..1ee7e14 100644 --- a/test/ExecutionEngine/test-constantexpr.ll +++ b/test/ExecutionEngine/test-constantexpr.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as -f %s -o %t.bc +; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc ; RUN: lli %t.bc > /dev/null ; This tests to make sure that we can evaluate weird constant expressions